### Repository URL https://github.com/John31415/hulk-compiler.git ### Branch main ### Team Members John Mauris López Ramos ### Features Implemented - [x] Minimal requirements: expressions, functions, variables, conditionals, loops - [x] Type system and type checking (with explicit and inferred annotations) - [x] OOP: classes, inheritance, polymorphism, `is`/`as` - [ ] Iterables / `for` loops - [ ] Vectors / arrays - [ ] Protocols - [ ] Functors (first-class functions) - [ ] Macros
Repository URL
https://github.com/John31415/hulk-compiler.git
Branch
main
Team Members
John Mauris López Ramos
Features Implemented
is/asforloops