Commit Graph

22 Commits (trunk)

Author SHA1 Message Date
Erin 67e1d26c15 Update Cargo lock 2023-11-30 16:55:40 +01:00
ondra05 dd261e5d6c
Release bump 2023-05-19 00:25:14 +02:00
ondra05 dbaa390113
Updated dependencies. 2023-05-18 20:33:58 +02:00
ondra05 daca854db4 stuff 2022-09-14 21:57:02 +02:00
ondra05 e2008be0e3 Bumped version 2022-09-14 21:52:17 +02:00
ondra05 17713e3197 Bumped AbleScript version
+ chore: update
+ clap minor update
+ change repo URLs
2022-07-02 00:19:44 +02:00
ondra05 7e31c857bf chore: cargo update 2022-06-23 19:00:11 +02:00
ondra05 ba4fd074ab Dependencies update 2022-06-07 23:32:25 +02:00
ondra05 9a68cd984c chore: cargo update 2022-05-17 18:04:09 +02:00
ondra05 cda63c733c Bumped version to 0.4.0 2022-05-06 21:22:57 +02:00
ondra05 95ecbdf4ce version bump 2022-04-12 14:17:20 +02:00
ondra05 2cdce8f77e dependency update + fmt 2022-04-12 14:16:34 +02: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
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 6719d955e8 Worst best parser 2021-04-11 15:11:23 -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