Commit Graph

19 Commits (trunk)

Author SHA1 Message Date
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 18c4791201 EOF -> EOI 2022-07-02 00:22:40 +02:00
ondra05 17713e3197 Bumped AbleScript version
+ chore: update
+ clap minor update
+ change repo URLs
2022-07-02 00:19:44 +02:00
ondra05 43439b7e58 Implemented host interface 2022-07-02 00:17:29 +02:00
ondra05 cda63c733c Bumped version to 0.4.0 2022-05-06 21:22:57 +02:00
ondra05 5c11cd39bb Made Parser private and made `parse` function
Parser had only consturctor and parse functions public.

Likely, there would be just a creation of parser followed by .parse(),
and now this action is performed in `parse` function.
2022-04-18 22:09:41 +02:00
ondra05 dbe4835732 Renamed init function in parser 2022-04-18 22:01:35 +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
Alex Bethel 96f2db4dc6 `cargo fmt` 2022-04-02 12:42:40 -06:00
ondra05 acb9bed2aa Satisfied most of THE ALLMIGHTY CLIPPY's requests. 2022-03-01 21:53:58 +01:00
ondra05 260e9efa84 Rust 2021
- Consts map generated using iterators
2022-02-23 21:47:07 +01:00
ondra05 41db71cb81 added simple history support 2022-02-14 00:17:55 +01:00
Alex Bethel 178b7ff202 Add version number to ablescript_cli deps 2021-12-14 16:53:18 -06:00
Alex Bethel 5c9c759be2 Add statement continuation in REPL in CLI
Typing ```
var foo = [
``` into the REPL now causes it to prompt you to complete the
statement rather than just printing an "unexpected EOF" error.
2021-10-09 22:31:14 -06:00
ondra05 dda3213e3b Relicensed to MIT 2021-08-11 20:32:12 +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