Commit Graph

10 Commits (18c47912011147e5661be6a72d50a86b23e36f89)

Author SHA1 Message Date
ondra05 18c4791201 EOF -> EOI 2022-07-02 00:22:40 +02:00
ondra05 43439b7e58 Implemented host interface 2022-07-02 00:17:29 +02:00
ondra05 ad2839d497 Replaced `break` with `enough` (credits: Evrey#6086) 2022-05-06 23:52:43 +02:00
ondra05 a43b14741d Removed arity checking and arity error 2022-05-06 17:28:25 +02:00
ondra05 39e46f090d Renamed few errors 2022-05-06 17:25:50 +02:00
ondra05 f62c44ff01 Changed error variant name to go by conventions 2022-05-05 00:39:13 +02:00
ondra05 a4c8d845f5 get_bit returns error kind which makes the error spanned 2022-05-05 00:36:13 +02:00
ondra05 2cdce8f77e dependency update + fmt 2022-04-12 14:16:34 +02:00
Alex Bethel d59d75c6a2 Add martens owo 2021-12-29 17:06:46 -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