Commit Graph

6 Commits (trunk)

Author SHA1 Message Date
Erin 89c4fe68d2 Updated dependencies. 2023-05-18 20:33:58 +02:00
Erin 83b25b2b89 Implemented host interface 2022-07-02 00:17:29 +02:00
Erin 5aada3c09e 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
Erin 98b72b14e2 Renamed init function in parser 2022-04-18 22:01:35 +02:00
Erin cee4a80584 dependency update + fmt 2022-04-12 14:16:34 +02:00
Erin aa854a067b 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