### Repository URL https://github.com/MatCom-Developing-Team-10/The-Hitchhikers-Compiler ### Branch main ### Team Members Kevin Alejandro Torres Perera C311 Lianny de la Caridad Revee Valdivieso C311 Jocdan Lismar Lopez Mantecon C312 ### 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` - [x] Iterables / `for` loops - [x] Vectors / arrays - [x] Protocols - [ ] Functors (first-class functions) - [ ] Macros
Repository URL
https://github.com/MatCom-Developing-Team-10/The-Hitchhikers-Compiler
Branch
main
Team Members
Kevin Alejandro Torres Perera C311
Lianny de la Caridad Revee Valdivieso C311
Jocdan Lismar Lopez Mantecon C312
Features Implemented
is/asforloops