Erin
8c867c7899
Value::Int is isize
2022-02-13 00:55:19 +01:00
Erin
e47e739e02
Generalised some lexer functions
2021-10-04 23:03:23 +02:00
Erin
71c5738a6e
Renamed Iden
to Ident
2021-10-04 23:00:18 +02:00
Erin
14e9eb5c6b
Implemented negation for most types
2021-08-30 23:19:25 +02:00
Erin
82239be160
Not is now lexing and parsing correctly
2021-08-30 22:55:31 +02:00
Erin
92f2c62d59
Removed And and Or ops because they aren't cursed enough
2021-08-30 22:18:09 +02:00
Erin
2c36b2a5f7
Require space after owo
for making comments.
2021-08-23 18:58:28 +02:00
Erin
aa854a067b
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