- Added string strip methods lstrip and rstrip
- Fixed the tokenizer to chomp whitespace from left and right of tokens - Fixed the tokenizer so it returns reserved symbols not just constants and expressions - Added some tests for the basic tokenizer and parser - Started working on structures to allow the basic interpreter to store lines in memory
This commit is contained in:
2
tests/string_chomp.deps
Normal file
2
tests/string_chomp.deps
Normal file
@@ -0,0 +1,2 @@
|
||||
string
|
||||
stdlib
|
||||
Reference in New Issue
Block a user