forked from SableCC/sablecc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
59 lines (43 loc) · 1.75 KB
/
README
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
----------------------------------------------------------------------
WARNING: This is an incomplete ("beta") version of SableCC 4. It is
targeted to users that want to test the new features of SableCC 4.
If you are are looking for a stable SableCC version, please visit:
http://sablecc.org/wiki/DownloadPage
----------------------------------------------------------------------
Welcome to SableCC 4!
=====================
This beta version of SableCC 4 contains a preliminary version of the
lexer generator.
Package Content
===============
Here is a description of the content of this package:
* README: This file.
* LICENSE and NOTICE: License terms.
* lib/: Executable jar files.
* examples/: Examples.
* src/: Source code.
* grammars/: Source grammars.
* macros/: Source macros.
* manifest/: Jar manifest file.
* ant-files/: Build file.
About SableCC 4
===============
SableCC is a parser generator which generates fully featured
object-oriented frameworks for building compilers, interpreters and
other text parsers. In particular, generated frameworks include
intuitive strictly-typed abstract syntax trees and tree
walkers. SableCC also keeps a clean separation between
machine-generated code and user-written code which leads to a shorter
development cycle.
SableCC 4 is a complete rewrite of SableCC that brings many new
features:
* Improved lexer engine (additional operators, lookahead, and more).
* Improved parser engine (linear approximate LR(K) parsing, semantic
selectors, and more).
* Improved conflict reporting (enabling grammar debugging).
* Flexible code generation (to enable back-ends for various
languages).
* Improved syntax for CST->AST transformations.
What's New in SableCC [version]
===============================
[Milestone text]