Idris2-boot/src/Idris
Tim Süberkrüb ae841108ef Ignore empty lines in REPL
This ignores empty lines in the REPL and doesn't show a parse error on
CTRL+D/EOF anymore.
Add NOP variant to REPLCmd to represent an empty command.
Split command in eoi or nonEmptyCommand. nonEmptyCommand is still
guaranteed to consume input. command may be eoi in which case it does
not consume input.
Print a newline after receiving EOF on the console. Since this is only
relevant in the REPL (quiet or not) this uses putStrLn rather than
iputStrLn.
2019-08-11 20:38:12 +02:00
..
Elab Elaborate default methods at given multiplicity 2019-07-29 14:53:01 +01:00
IDEMode Merge pull request #54 from ether42/unrecognised 2019-07-28 15:25:20 +01:00
Socket Added Idris.Socket 2019-06-01 14:13:28 +01:00
CommandLine.idr add --clean option for ipkg 2019-07-15 14:36:54 +03:00
Desugar.idr Allow annotating functions with multiplicity 2019-07-20 18:04:18 +01:00
Error.idr Small improvement in error messages 2019-07-08 14:11:54 +02:00
Main.idr check noprelude option when starting up without loading a file #65 2019-07-30 13:56:27 +02:00
ModTree.idr Improve 'with' implementation 2019-07-08 12:55:55 +02:00
Package.idr add --clean option for ipkg 2019-07-15 14:36:54 +03:00
Parser.idr Ignore empty lines in REPL 2019-08-11 20:38:12 +02:00
ProcessIdr.idr Add records in their own namespace 2019-07-10 16:55:28 +02:00
REPL.idr Ignore empty lines in REPL 2019-08-11 20:38:12 +02:00
REPLCommon.idr More of the Idris machinery 2019-06-02 17:24:39 +01:00
REPLOpts.idr Add more of the high level stuff 2019-06-01 15:05:04 +01:00
Resugar.idr Allow annotating functions with multiplicity 2019-07-20 18:04:18 +01:00
SetOptions.idr Update makefiles and paths 2019-06-13 16:53:16 +01:00
Socket.idr Added Idris.Socket 2019-06-01 14:13:28 +01:00
Syntax.idr Ignore empty lines in REPL 2019-08-11 20:38:12 +02:00