-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGES
More file actions
29 lines (21 loc) · 753 Bytes
/
CHANGES
File metadata and controls
29 lines (21 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// release history with features and fixed and open bugs
new features implemented in master branch but not part of the latest release
- - -
0.5
* new language: Haskell core (edit high level Haskell and see the core ast)
0.4.1
* distinguish between source positions and spans
0.4
* allowed jumping from text location to corresponding tree (and back)
* removed dependency on glade, now using gtk3
* manual parser selection in language menu
0.3
* removed dynamical extension of languages. The library (see astview.cabal) offers
statically all known languages.
0.2.1
* removed dependency on astview-utils
0.2
* splitted up state data type
* extended parsers to languages
0.1.5
* a particular attribute for parsers to specify syntax hightlighting