19 lines
638 B
Plaintext
19 lines
638 B
Plaintext
|
2016-04-09 Matt Wette <mwette@nautilus>
|
||
|
|
||
|
* bison.scm: new file providing make-lalr-machin/bison. It is
|
||
|
similar to make-lalr-machine but uses external bison program
|
||
|
instead of the default from-scratch lalr code.
|
||
|
|
||
|
2016-03-04 Matt Wette <mwette@nautilus>
|
||
|
|
||
|
* lalr.scm: changed grammar parser to interpret $string as
|
||
|
terminal. This saves typing a quote in front.
|
||
|
|
||
|
Copyright (C) 2015,2016 Matthew R. Wette
|
||
|
|
||
|
Copying and distribution of this file, with or without modification,
|
||
|
are permitted in any medium without royalty provided the copyright
|
||
|
notice and this notice are preserved. This file is offered as-is,
|
||
|
without any warranty.
|
||
|
|