ridiculousfish
|
c632307eaa
|
Make eval_node_at_offset return an error indication instead of the exit
status of the last command
|
2013-12-28 16:33:26 -08:00 |
|
ridiculousfish
|
0f9de11a67
|
Fix issues related to redirections and block level IO with new parser
|
2013-12-28 16:18:38 -08:00 |
|
ridiculousfish
|
6ce4b344e4
|
Hook up for statements, if statements, and function definition in new
parser
|
2013-12-27 01:38:43 -08:00 |
|
ridiculousfish
|
6536ffe178
|
Facilities for turning on new AST-based parser.
|
2013-12-26 13:24:10 -08:00 |
|
ridiculousfish
|
562946d055
|
Cleanup thrashing around in parser_t. New parser execution lives in
parse_execution.cpp
|
2013-12-26 12:55:10 -08:00 |
|
ridiculousfish
|
924b8cbe24
|
New ideas about how to use new parser for execution. Beginnings of
implementation.
|
2013-12-26 12:24:00 -08:00 |
|
ridiculousfish
|
5b1a532652
|
Factor execution aspects from parser_t to parse_execution_context_t .
Still searching for best way to use new parser for execution.
|
2013-12-24 13:17:24 -08:00 |
|