Skip to content
Snippets Groups Projects
Commit 6f77a691 authored by Sven M. Hallberg's avatar Sven M. Hallberg
Browse files

add some notes about earlier LALR work for future archeologists

parent 1deb5ccf
No related branches found
No related tags found
1 merge request!37Change array rule back to use h_many
......@@ -103,6 +103,18 @@
course that in a string literal, the former means "\n" and the latter means
"\n\n".
relevant commits of this earlier work (from feb 2020) were:
c316cc89 let 'obj' no longer consume leading whitespace
dc0a1189 allow npair to no longer consume leading whitespace
31310bb2 remove the TOK() from pnat
9b43d1d0 put an explicit delimiter after all occurances of npair
9dcf3ddc remove the TOK() from 'nat'
f7dbb2ac make whitespace explicit in arrays and dictionaries
00f48306 remove all uses of TOK() from object syntax
25596aec make robj LALR
1d031337 intermediate commit: work towards making all of 'obj' LALR
- implement random-access ("island") parser (walking objects from /Root).
i'm not sure how much we need to know about the "DOM" for this. maybe
nothing? since everything is built out of basic objects and we can just
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment