Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
monoburg
Commits
3ff52fda
Commit
3ff52fda
authored
Mar 21, 2006
by
Roland Levillain
Browse files
* TODO: Update.
parent
0a780203
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3ff52fda
2006-03-21 Roland Levillain <roland@lrde.epita.fr>
* TODO: Update.
2006-02-07 Roland Levillain <roland@lrde.epita.fr>
* src/parser.y (STATIC_STRLEN, IS_TOKEN, EAT): Protect macros
...
...
TODO
View file @
3ff52fda
...
...
@@ -11,11 +11,6 @@ Suggestions
This is nicer but it needs an external file to be installed.
* Move options as %-directives in the prelude of the grammar.
I.e., things like %no-line, %cxx-ref, etc. should appear before the
first %%, as in Bison.
* Reserve %include for brg files?
Instead of allowing an %include directive in the prelude, we might
...
...
@@ -44,6 +39,14 @@ Suggestions
dependency on another tool, which Mono developers might not want); or
rewrite it.
* Postponed output emission.
Don't write the output file during the parsing, as options can be
passed as %-directives. This options may affect the output files, so
we should parse the input file(s) entirely, and only then start
emitting output files.
See how Bison handle this.
Local Variables:
...
...
@@ -51,4 +54,4 @@ mode: outline
ispell-local-dictionary: "american"
End:
LocalWords: MonoBURG Lex
LocalWords: MonoBURG Lex
brg ispell american
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment