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
6a4a2f93
Commit
6a4a2f93
authored
Feb 01, 2006
by
Roland Levillain
Browse files
- configure.ac: Bump to 1.0.5a.
- TODO: More
parent
13cc5ded
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6a4a2f93
2006-02-01 Roland Levillain <roland@lrde.epita.fr>
* configure.ac: Bump to 1.0.5a.
* TODO: More
2006-02-01 Roland Levillain <roland@lrde.epita.fr>
Version 1.0.5.
...
...
TODO
View file @
6a4a2f93
...
...
@@ -5,8 +5,50 @@ Suggestions
===========
* Suggested by Akim Demaille:
The macros emited to compensate glib might be grouped in a single string,
The macros emit
t
ed to compensate glib might be grouped in a single string,
defined in an external file `/usr/share/monoburg/monoburg-header.h', then
output by a single call to output().
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
provide verbatim sections with %{ and %}, à la Yacc. Thus,
%include foo.h
%%
# ...
would be written
%{
#include "foo.h"
%}
%%
# ...
I (Roland) am not completely sure about this, so comments are
welcome.
* Provide header-define option as a %-directive
* Revamp the scanner.
It is a real mess. Either use a Lex-generated scanner (but it adds a
dependency on another tool, which Mono developers might not want); or
rewrite it.
Local Variables:
mode: outline
ispell-local-dictionary: "american"
End:
LocalWords: MonoBURG Lex
configure.ac
View file @
6a4a2f93
...
...
@@ -14,7 +14,7 @@
## -------------------------------------
## Project
AC_INIT([MonoBURG], [1.0.5])
AC_INIT([MonoBURG], [1.0.5
a
])
AM_CONFIG_HEADER([config.h])
## -------------------------------------
...
...
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