Commit graph

7 commits

Author SHA1 Message Date
Erin 60b63a7699 Restructured project (#37)
* Separation to two crates
- `ablescript`: library, language
- `ablescript_cli` - cli: repl and executor for files

* Added lints (back) to library
- unsafe_code and unwrap_used are forbidden
2021-08-10 21:32:12 +02:00
Alex Bethel fcfa83a8a6 Make base-55 encoding & decoding match
Changed "U"'s encoding to -210, so now when the README claims "U =
-210", it's actually accurate :)
2021-05-29 14:24:46 -05:00
Erin 00a464321a Added parsing of conditionals 2021-04-27 13:48:56 +02:00
Erin 138b9efadc Added testing for base55, new identifier lexing 2021-04-27 11:09:19 +02:00
able c81fa06641 License and constants added 2021-04-11 13:22:59 -05:00
able 18354befd1 More representative of base_55 as it should be 2021-04-11 11:59:26 -05:00
able 1e701f73ab added base 55 2021-04-11 11:47:35 -05:00