Commit Graph

8 Commits (67e1d26c15a34ad94dc00492125195adcc4984db)

Author SHA1 Message Date
ondra05 1a9cf6c2a6 Fix clippy complaining when used instead of cargo check with RA 2022-11-04 00:58:23 +01:00
ondra05 43439b7e58 Implemented host interface 2022-07-02 00:17:29 +02:00
ondra05 bde8be865c Value Refactoring 2022-06-17 20:58:37 +02:00
Alex Bethel 124b224300 Fix AbleScript lib doc comment 2022-05-09 17:56:28 -06:00
ondra05 6d195747e2 Added crate-level docs for ablescript 2022-04-18 21:59:57 +02:00
ondra05 e37931111f Exposed variables to public API 2022-02-14 00:12:03 +01: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 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