gash/gash
Timothy Sample cfb4da73d0 lexer: Do not overflow the Mes character buffer.
* gash/lexer.scm (get-token->get-lexical-token): Allow arbitrary
procedure arguments that start with a 'port' argument.
(get-word-lexical-token): Accept a 'start' argument that and push it
onto the soft port character buffer.
(get-token): Use it to avoid ungetting more than one character on a
raw file port.
2023-02-08 14:29:54 -06:00
..
built-ins built-ins: read: Port to Mes. 2023-02-08 14:29:54 -06:00
compat compat: Add 'get-string-all' for Mes. 2023-02-08 14:29:13 -06:00
arithmetic.scm arithmetic: Port to Mes. 2023-02-08 14:29:13 -06:00
built-ins.scm Add the wait built-in. 2020-03-17 17:57:01 -04:00
compat.scm compat: Fix parameter setting. 2023-02-08 14:29:54 -06:00
config.scm.in config: Tell Mes not to complain about '%version'. 2023-02-08 14:29:13 -06:00
environment.scm environment: Simplify a 'match' clause for Mes. 2023-02-08 14:29:54 -06:00
eval.scm arithmetic: Port to Mes. 2023-02-08 14:29:13 -06:00
gash.scm Add basic support for asynchronous commands. 2020-03-17 17:15:36 -04:00
lexer.scm lexer: Do not overflow the Mes character buffer. 2023-02-08 14:29:54 -06:00
parser.scm parser: Port to Mes. 2023-02-08 14:29:13 -06:00
pattern.scm pattern: Adjust for Mes. 2023-02-08 14:29:13 -06:00
readline.scm compat: New 'read-line' shim. 2023-02-08 14:29:13 -06:00
repl.scm compat: New 'read-line' shim. 2023-02-08 14:29:13 -06:00
shell.scm Workaround Mes' non-parameter standard ports. 2023-02-08 14:29:44 -06:00
word.scm word: Use sort with 'scandir' on Mes. 2023-02-08 14:29:13 -06:00