Rum
Rum copied to clipboard
:skull: Compiler for the Rum language
Results
5
Rum issues
Sort by
recently updated
recently updated
newest added
- [ ] Explicit imports - [ ] Explicit exports - [ ] Improve data types - [ ] Strict fields
And improve this partial types ```haskell | BinOper {bop :: BinOp, l, r :: Expression} | CompOper {cop :: CompOp, l, r :: Expression} | LogicOper {lop :: LogicOp, l,...
enhancement