CoffeeTableEspresso

Results 19 comments of CoffeeTableEspresso

Only remaining question here is what syntax to choose. A few "obvious" options conflict with other syntax in YASL unfortunately.

Sure, updated the description to include an example of what I mean. For actually making this change, you'll want to look in `https://github.com/yasl-lang/yasl/blob/master/interpreter/str_methods.c`, and change the `str_split` function. Let me...

And, you'll need to change the entry for `str_split` on line 77 of `https://github.com/yasl-lang/yasl/blob/master/interpreter/builtins.c`. It should take 3 parameters instead of 2.

currently, for lists and tables, we simply ignore a trailing newline (or semicolon) in these cases. The semicolon should be disallowed.

Currently not interested in pursuing this further.

Line numbers added. Column numbers still not added.

Added a parameter to `tostr` in v0.13.0