Commit Graph
18 Commits
Author SHA1 Message Date
dane 12c67d4d15 Include environment when evaluating 2022-06-01 14:48:31 -05:00
dane 2e40afb9b5 Command line processsing, debug options 2022-06-01 14:18:50 -05:00
dane 03cf0974de Begin evaluator, calculator with batteries 2022-02-14 16:32:07 -06:00
dane 688b48ef42 Allow a bare expression that will be evaluated and echo'd to stdin 2022-02-14 15:37:46 -06:00
dane 15055b9ece Objects, strings 2022-02-14 14:55:09 -06:00
dane 51531b806f Conditionals 2022-02-14 10:42:49 -06:00
dane 96d446dde3 &'a str are actually heap Strings 2022-02-06 22:40:14 -06:00
dane 7069a70d70 Kinda repl 2022-02-06 22:25:52 -06:00
dane 2f74e5785c Pre-processor puts dedents each on own line (for simplicity) 2022-02-01 12:16:18 -06:00
dane d0e56a8603 Add the pre-processor 2022-02-01 11:41:23 -06:00
dane acb27abb34 Simplify simplify 2022-02-01 10:57:50 -06:00
dane 49badc37a4 Blocks are a kind of expression now 2022-02-01 10:57:04 -06:00
dane 7669be9c59 Indentation and funcdefs 2022-02-01 10:48:04 -06:00
dane 356905316e Fixup whitespace 2022-02-01 10:15:07 -06:00
dane 2e04bcdfc1 One line functions 2022-01-31 17:16:32 -06:00
dane 3b3501cb57 Renames, eof and comment fixes 2022-01-31 15:56:08 -06:00
dane cf5d0aa525 Relops, strs 2022-01-31 15:28:55 -06:00
dane 85d13bc26e Assignments, numbers, funcalls 2022-01-31 14:03:47 -06:00