Erin
59097260de
Implemented host interface
2022-07-02 00:17:29 +02:00
Erin
a1a0c34f9e
Value Refactoring
2022-06-17 20:58:37 +02:00
Alex Bethel
a7e1468957
Fix AbleScript lib doc comment
2022-05-09 17:56:28 -06:00
Erin
fd0e7012ac
Added crate-level docs for ablescript
2022-04-18 21:59:57 +02:00
Erin
6fc1f59e23
Exposed variables to public API
2022-02-14 00:12:03 +01:00
Alex Bethel
863d03575b
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
Erin
60b63a7699
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