ometa-scheme

log

age author description
7 months ago Tony Garnock-Jones Cope with no reported error when formatting error messages.default tip
7 months ago Tony Garnock-Jones Racket main.rkt for use as a planet collect
7 months ago Tony Garnock-Jones Split debug parameter into non-false and true levels.
7 months ago Tony Garnock-Jones Racketize error reporting a little.
13 months ago Tony Garnock-Jones Update mzscheme namespace usage for eval to use namespace anchors
20 months ago Tony Garnock-Jones Support @ for current parse position.
20 months ago Tony Garnock-Jones Apply some of the changes from the previous commit to the .g files
2009-01-18 Tony Garnock-Jones Improve relevance of error reporting by avoiding supplying error reports for
2009-01-18 Tony Garnock-Jones Track position paths, not just position tips. This gives much better error locs.
2009-01-17 Tony Garnock-Jones If an item cannot be converted to an input-stream in a recursive parse,
2009-01-17 Tony Garnock-Jones Add merge-ometa, for rudimentary code inheritance
2009-01-17 Tony Garnock-Jones Make *ometa-debug* a parameter instead of a normal variable.
2009-01-17 Tony Garnock-Jones Allow for external setting of *ometa-debug*.
2008-12-25 Tony Garnock-Jones Load ometa-opt.g on demand, rather than during compilation.
2008-12-25 Tony Garnock-Jones Make namespace used by eval configurable.
2008-12-12 Tony Garnock-Jones Make plt4 branch now the default branch.
2008-12-12 Tony Garnock-Jones Root of the PLT3/MzScheme3 support branch.plt3
2008-12-12 Tony Garnock-Jones merged default into plt4plt4
2008-12-12 Tony Garnock-Jones Sometimes current-load-relative-directory is #f.
2008-12-12 Tony Garnock-Jones merge vector fix into plt4plt4
2008-12-12 Tony Garnock-Jones merge vector fix into default
2008-12-11 Tony Garnock-Jones Correct vector input stream constructor.
2008-12-11 Tony Garnock-Jones Apply patch from Simon Michael:plt4
2008-12-11 Tony Garnock-Jones Apply patch from Simon Michael:plt4
2008-12-11 Tony Garnock-Jones Apply patch from Simon Michael:
2008-12-11 Tony Garnock-Jones Apply patch from Simon Michael:plt4
2008-12-10 Tony Garnock-Jones Add prettified version of the bootstrap grammar.
2008-12-10 Tony Garnock-Jones Optimise the optimiser using itself.
2008-12-10 Tony Garnock-Jones Major improvements to ometa syntax.
2008-12-10 Tony Garnock-Jones Improve debug output
2008-06-22 Tony Garnock-Jones Improved error reporting; load ometa-opt.g from same dir as ometa.scm
2008-06-22 Tony Garnock-Jones Support ?predicates.
2008-06-21 Tony Garnock-Jones Add (load-ometa), for simple testing of parsers
2008-06-14 Tony Garnock-Jones Complete bootstrapping and optimisation
2008-06-14 Tony Garnock-Jones Remove obsolete scheme-indent-function emacs settings
2008-05-22 tonyg Start sketching out ometa-opt phase.
2008-05-22 tonyg Push ahead bootstrapping work. Can now parse serialized meta-ometa.
2008-01-23 Tony Garnock-Jones A day's hacking