4 Commits

Author SHA1 Message Date
abb23a8b48 Making all parameters optionals
If a parameter is not provided, it's set to nil
2024-06-25 18:27:23 +09:00
e7f55424b5 Hidden symbols, split and CSV support
- Split with any substring (optimized when splitting on single
  character)
- Convenient 'parse-csv' function for opening csv files
- 'parseint' to convert strings to int
- Added hidden symbols (starting with '_' won't be displayed by find)
2024-06-25 02:45:17 +09:00
d86bd7f7ae EPrintlns and libs
- Moving all repl prints to stderr
- Adding small functions to module string
2024-06-24 00:42:49 +09:00
287b96ea7d Adding string processing
- 'character' type, only contructible by decomposing strings
- 'boom' builtin function ;) to create a list of characters from a string
- string library with basic manipulation functionalities
- slightly improved Makefile
2024-06-22 23:03:25 +09:00