gash/gash
Timothy Sample 804b6cbe05 Make 'read' handle logical lines.
* gash/built-ins/read.scm (read-logical-line): New procedure.
(main): Use it unless given the '-r' option.
* tests/read.org: Add tests.
2019-12-08 12:18:31 -05:00
..
built-ins Make 'read' handle logical lines. 2019-12-08 12:18:31 -05:00
compat Use a record type for patterns. 2019-11-24 17:13:54 -05:00
built-ins.scm Structure 'echo' like all the other built-ins. 2019-05-20 01:18:54 -04:00
compat.scm Fix 'setvbuf' wrapper for Guile 2.0. 2019-06-01 11:09:29 -04:00
config.scm.in Remove compression utility configuration. 2019-05-20 01:18:54 -04:00
environment.scm Use temporary assignments when calling functions. 2019-11-24 17:13:54 -05:00
eval.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
gash.scm Fix readline-related compiler warnings. 2019-05-20 18:07:47 -04:00
lexer.scm Move 'textual-ports' under 'compat'. 2019-05-20 18:07:47 -04:00
parser.scm Remove extra '<sh-begin>' wrappers. 2019-05-26 20:37:53 -04:00
pattern.scm Delay bracket expression errors in patterns. 2019-11-24 17:13:54 -05:00
readline.scm Guile As SHell. 2018-11-05 19:59:53 +01:00
repl.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
shell.scm Use temporary assignments when calling functions. 2019-11-24 17:13:54 -05:00
word.scm Handle nested lists when removing quotes. 2019-11-24 17:40:05 -05:00