|
957d0c6102
|
DEV: Handle comments between statements.
|
2019-05-21 20:54:15 -05:00 |
|
|
d884ea9385
|
REFACTOR: Remove the err field, rename indent -> indent_size
|
2019-05-21 18:41:15 -05:00 |
|
|
6661e02a75
|
DEV: Generate a comment map as part of our tokenization.
The comment_map is optional but if passed in it will be populated
during tokenization.
|
2019-05-20 21:05:58 -05:00 |
|
|
f3a08718dc
|
MAINT: Tests for fail and trace expressions.
|
2019-05-17 21:21:20 -05:00 |
|
|
aa9e664c0d
|
FEATURE: Improvements to format expression printing.
|
2019-05-17 21:19:01 -05:00 |
|
|
9b99bc026c
|
FEATURE: Improvements to func expression pretty printing.
|
2019-05-17 20:06:06 -05:00 |
|
|
0d78438c2a
|
FEATURE: Fix bug in out statements;
Also add tests for modules.
|
2019-05-17 19:58:48 -05:00 |
|
|
cd6307824f
|
FEATURE: more fixes and unit tests.
Call and copy have been tweaked properly.
|
2019-05-17 19:31:29 -05:00 |
|
|
d122fe6e6f
|
FEATURE: Fix a number of bugs found by adding unit tests :-D
|
2019-05-17 18:33:47 -05:00 |
|