Commit Graph

14 Commits (trunk)

Author SHA1 Message Date
ondra05 a4e3b98c6a Release binaries are now stripped 2022-04-16 22:11:13 +02:00
ondra05 5293cd9607 Toggled Fat LTO on 2021-12-14 23:57:03 +01:00
ondra05 528b916a69
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
ondra05 e6ec33f289 Bumped version to 0.2.0 2021-07-29 19:18:06 +02:00
Alex Bethel 72b434a877 Add more info to Cargo.toml 2021-06-30 16:45:44 -05:00
Seppel3210 3cb187981d
Change "*" versions to explicit versions
Change "*" versions to explicit versions in Cargo.toml
2021-05-28 09:30:16 +02:00
tdark a500a7f8bc Implemented brainfuck interpreter 2021-05-15 18:10:50 +02:00
able 7405c3f5c4 Brain fuck work 2021-05-04 22:23:17 -05:00
ondra05 de0539a509 Divided token types
- Item = Expr | Stmt
- Added REPL (AST dump)
- Removed operator parsing because it was horrible and I need to redo it
2021-05-01 13:44:58 +02:00
ondra05 e13db995a3 Implemented abool
- Tidied up code
2021-04-18 23:40:41 +02:00
ondra05 3911ccbc82 Added tokenization
- Added tokenization
- Modified `Token` definition for make it compatible with Logos
- And also obeyed our paperclip overlord and changed all names to be complaint with Rust conventions
2021-04-12 20:20:45 +02:00
able b96bba96de damn ablelang 2021-04-11 14:11:39 -05:00
able 1e701f73ab added base 55 2021-04-11 11:47:35 -05:00
able cc66d0b63a AbleLang is coming together boys :) and girls and enby pals 2021-04-08 16:11:20 -05:00