Issues
- 0
- 0
Adding `Result<V, E>` type, with `try` expressions
#337 opened by kengorab - 0
`test` builtin
#368 opened by kengorab - 0
[WIP] Implement `Try`-interface
#290 opened by kengorab - 0
Support "lower arity" functions passed as arguments
#356 opened by kengorab - 0
`as?` operator
#355 opened by kengorab - 0
- 0
`match` only uses `variant_idx`
#347 opened by kengorab - 0
[Project] Implement MAL in abra
#301 opened by kengorab - 0
Cannot return from mid-expression context
#341 opened by kengorab - 0
Type aliases
#317 opened by kengorab - 0
Remove all the wasm serialization stuff
#334 opened by kengorab - 0
Returns do not work within lambdas
#336 opened by kengorab - 0
- 1
Deep destructuring in match cases
#314 opened by kengorab - 0
Implement tests (in abra!) for abra
#303 opened by kengorab - 0
- 0
Support special statements as block contents
#321 opened by kengorab - 0
- 0
Formatter tool
#322 opened by kengorab - 0
Expressions as keys in Map literals
#218 opened by kengorab - 1
Match expressions should support comparing against values too, not just types
#231 opened by kengorab - 0
Special termination handling for `while true` loops?
#312 opened by kengorab - 0
Errors should work with multiple files
#308 opened by kengorab - 0
Clean up returns
#309 opened by kengorab - 0
Proper `toString` implementation for `String`
#302 opened by kengorab - 0
[Spike] Experiment with C as a compile-target
#300 opened by kengorab - 1
Generic enums
#291 opened by kengorab - 0
Error verifying equivalence of match arms
#295 opened by kengorab - 0
Boolean operations on Option types
#289 opened by kengorab - 0
- 0
Modules and importing/exporting
#252 opened by kengorab - 0
Cannot `return` a lambda
#279 opened by kengorab - 0
Readonly modifier
#277 opened by kengorab - 0
Referencing types out of lexical order
#266 opened by kengorab - 0
Improve type error for invalid varargs argument
#263 opened by kengorab - 0
Treat _ as a special identifier
#244 opened by kengorab - 0
Surfacing more than just 1 error
#256 opened by kengorab - 0
AST Nodes should have starting and ending tokens
#255 opened by kengorab - 0
Garbage collection 😬
#253 opened by kengorab - 0
Multiline strings
#239 opened by kengorab - 0
Enable destructuring in lambda params
#251 opened by kengorab - 0
Add some missing operators
#238 opened by kengorab - 0
Only hoist functions that need to be hoisted
#241 opened by kengorab - 0
- 0
Handle cases where raw bytes in bytecode overflow u8
#232 opened by kengorab - 0
Uniform iteration API
#221 opened by kengorab - 0
Resolving generics for tuples
#223 opened by kengorab - 0
- 0
Maps should preserve insertion order
#220 opened by kengorab