Commit Graph

1 Commits

Author SHA1 Message Date
Timothy Sample d18e721a78 wip! Port the front end to Mes.
* gash/lexer.scm (operator-prefix-char?): Avoid using
'match-lambda': it seems to confuse Mes.
* gash/parser.scm: Replace '(eof-object)' with 'the-eof-object';
replace 'let-values' and 'let-values*' with 'receive'.
* mes/gash.mes: New file.
2021-06-24 00:03:02 -04:00