File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- #ink
1
+ ![ spectrum parser ] ( http://nzonbi.github.io/spectrum/spectrum_parser.svg )
2
2
3
- okami parser
4
- v0.1
3
+ #spectrum parser
5
4
6
- A parser for simple expressions grammars.
7
- with an html visualization:
8
- [ nzonbi.github.com/ink] ( http://nzonbi.github.com/ink )
5
+ This is an experimental parser created as a learning exercise.
6
+
7
+ A parser for expressions based languages
8
+ with an html visualization:
9
+ View it in action at: (the code window is editable, press
10
+ button to parse it.)
11
+ [ nzonbi.github.com/spectrum] ( http://nzonbi.github.com/spectrum )
9
12
(the visualization in the link may be slightly
10
13
out of date, respect to the master branch)
11
14
@@ -22,7 +25,6 @@ Expressions are constructed based on identities and operator rules. A single ide
22
25
23
26
* operators: symbols that combines with identities or expressions to form valid expressions.
24
27
25
- more details to be added
26
28
27
29
28
30
You can’t perform that action at this time.
0 commit comments