Alek Ratzloff 645105c2c5 Remove kebab-case from parser. It was not being used.
This is a simple one. It does not make sense for an infix language that
uses `-` as a first-class binary (and more importantly, unary) operator.
I liked the idea, but I don't think it was going to work. Plus, I wasn't
using it for builtin functions in the first place, so why keep it
around? Underscores are just fine for our purposes.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-09-26 10:47:53 -07:00
2024-09-26 10:03:54 -07:00
2024-09-25 11:42:51 -07:00
2024-09-25 11:42:51 -07:00
Description
No description provided
804 KiB
Languages
Rust 95.5%
Python 4.2%
Shell 0.3%