- [ ] Parsing edge cases - [ ] Codegen edge cases - [ ] Typed expressions, i.e. `foo = (bar : Int); bar = unsafe lua {nil};` - [ ] foreign exports - [ ] Property testing? - [ ] Test that the behaviour of the compiled Lua code is expected (basically integration testing of compiled Huck libraries) - [ ] Standard library