Skip to content

Commit c55140a

Browse files
author
nzonbi
committed
Updated readme.md
1 parent 5adb9ef commit c55140a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

readme.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
#ink
1+
![spectrum parser](http://nzonbi.github.io/spectrum/spectrum_parser.svg)
22

3-
okami parser
4-
v0.1
3+
#spectrum parser
54

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)
912
(the visualization in the link may be slightly
1013
out of date, respect to the master branch)
1114

@@ -22,7 +25,6 @@ Expressions are constructed based on identities and operator rules. A single ide
2225

2326
* operators: symbols that combines with identities or expressions to form valid expressions.
2427

25-
more details to be added
2628

2729

2830

0 commit comments

Comments
 (0)