Jack Firth
|
0d423ff56e
|
Run `resyntax` again
|
3 years ago |
Jack Firth
|
b97a41c8ef
|
Get rid of the `grammar%` class
Also, get rid of some dead code.
|
3 years ago |
Jack Firth
|
19320eb0e2
|
Move all grammar method logic into functions
|
3 years ago |
Jack Firth
|
fc61543f29
|
Make a grammar struct
The grammar class delegates to it for now. Eventually I'll remove the class.
|
3 years ago |
Jack Firth
|
c588b40a23
|
Fix indentation
|
3 years ago |
Jack Firth
|
39505951ea
|
Reorganize imports and exports of `grammar.rkt`
|
3 years ago |
Jack Firth
|
b5d3b102f8
|
Delete the yacc conversion code
I don't have any intention of using or maintaining this.
|
3 years ago |
Jack Firth
|
9d48ab7152
|
Run `resyntax` over everything
|
3 years ago |
Jack Firth
|
a20f1b5a32
|
Get rid of `#:inspector` declarations
Mutable structs instead use the default (current inspector instead of a new child inspector) and immutable structs instead are transparent.
|
3 years ago |
Jack Firth
|
9c78ffcc05
|
Use `struct` instead of `define-struct`
|
3 years ago |
Jack Firth
|
121c26450e
|
Fix more module imports
|
3 years ago |
Jack Firth
|
457d29471c
|
Consolidate into one package
|
3 years ago |