Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pdf
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven M. Hallberg
pdf
Commits
6f77a691
Commit
6f77a691
authored
2 years ago
by
Sven M. Hallberg
Browse files
Options
Downloads
Patches
Plain Diff
add some notes about earlier LALR work for future archeologists
parent
1deb5ccf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!37
Change array rule back to use h_many
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+12
-0
12 additions, 0 deletions
TODO
with
12 additions
and
0 deletions
TODO
+
12
−
0
View file @
6f77a691
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment