Commit graph

69 commits

Author SHA1 Message Date
Aidan Hahn
f805290a4b
finally figure out how to hold closures 2022-01-16 22:01:42 -08:00
Aidan Hahn
1b1ac3cd2b
export vars fixed. tests pass 2021-11-08 00:45:09 -08:00
Aidan Hahn
307101327c
variable export and entire config system 2021-11-07 22:04:57 -08:00
Aidan Hahn
0931fbdcf0
add variable export function 2021-11-06 15:48:30 -07:00
Aidan Hahn
ff5e76ff98
add str concat, refactor str tests 2021-11-03 23:42:59 -07:00
Aidan Hahn
e139756a81
cleaner test code 2021-11-02 20:12:14 -07:00
Aidan Hahn
62ff86df32
split lib tests into many files, add append tests 2021-11-02 20:05:26 -07:00
Aidan Hahn
b41b52e112
add tests for lib functions 2021-11-02 19:49:44 -07:00
Aidan Hahn
72598c2168
new fixes for lexing process, tests to go with them 2021-09-18 16:48:24 -07:00
Aidan Hahn
2c30975571
more complex tests 2021-07-19 23:59:03 -07:00
Aidan
df5cb47cb4
Significant improvement to eval routine and tests 2021-06-22 00:50:37 -07:00
Aidan
9b981921b4
add more unit tests for function calls 2021-06-06 10:24:19 -07:00
Aidan
a6abc993a5
finish eval referencing issues, update func tests 2021-06-05 17:46:13 -07:00
Aidan
4712d5466c
simplify func return type, complete eval and process logic 2021-06-05 01:14:38 -07:00
Aidan
3434a49cc1
Big referencing refactor
- RC+RefCell pattern used... everywhere
- Ast type implemented
- unit tests for func_call
- more changes, but this commit scope has grown significantly and I
cannot list them all
2021-03-14 16:14:57 -07:00
Aidan
bcb32b19d4
- fixed lexing of inline and postline comments 2021-01-25 20:55:16 -08:00
Aidan
34573a999e
add more unit tests for lexing 2021-01-24 22:32:09 -08:00
Aidan
172aa4ea4b
- added more unit tests for lexer
- corrected defects revealed by added tests
2021-01-24 22:04:26 -08:00
Aidan
e4f2fbaa70
- syntax tree datatypes
- prototype lex function
- a lex unit test
- gitignore
- library structure
- license
2021-01-24 12:34:58 -08:00