Commit graph

8 commits

Author SHA1 Message Date
Erin 7ec0b0b39d Replaced break with enough (credits: Evrey#6086) 2022-05-06 23:52:43 +02:00
Erin 86dfc6d1f7 Removed arity checking and arity error 2022-05-06 17:28:25 +02:00
Erin 28a5415207 Renamed few errors 2022-05-06 17:25:50 +02:00
Erin 766eb799c9 Changed error variant name to go by conventions 2022-05-05 00:39:13 +02:00
Erin edb03dec94 get_bit returns error kind which makes the error spanned 2022-05-05 00:36:13 +02:00
Erin cee4a80584 dependency update + fmt 2022-04-12 14:16:34 +02:00
Alex Bethel 912437f10c Add martens owo 2021-12-29 17:06:46 -06: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
Renamed from src/error.rs (Browse further)