Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
SPPF Earley Parser
Commits
c7d9dbf9
Commit
c7d9dbf9
authored
Jan 27, 2020
by
Alexandru Dura
Browse files
Fix typo in README
parent
a02fc786
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.org
View file @
c7d9dbf9
...
...
@@ -5,4 +5,4 @@ This in an implementation of Earley's parsing algorithm as described in Elizabet
This parser is intended for work with ambigous grammars, where more than one derivation tree
is expected when parsing a given string. To accomodate this case, the result of the parsing is
represented a shared packed parse forest (SPPF) instead of a tree.
represented
as
a shared packed parse forest (SPPF) instead of a tree.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment