HoussemNasri /
CoolCompiler
A cool compiler for the Cool programming language!
50/100 healthLoading repository data…
mbarrerag / repository
No description provided.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository hosts the basics of compilers in the Cool programming language. so in this repository will be some of the projects of the Compilers course of the Universidad Nacional de Colombia. Cool, short for "Classroom Object-Oriented Language, a simple and statically-typed language designed for educational purposes. This course is based on CS143 of Standford, some of the previous apports are the homeworks PA2,PA3 and PA4.
It introduces fundamentals of compiler concepts and serves as a valuable tool for learning about compilers.
About Cool Language Cool encompasses key features:
Object-oriented structure Static typing with type inference Built-in memory management (garbage collection) Expressive syntax for enhanced understanding For more comprehensive information on Cool, consult the Cool Manual.
You can use and adapt this repository for your own projects related to Cool programming language exploration.
Selected from shared topics, language and repository description—not editorial ratings.
HoussemNasri /
A cool compiler for the Cool programming language!
50/100 healthaysark /
Parser part of a compiler for COOL built with Java (built as part of Stanford CS143 assignment)
27/100 healthJPMartins27 /
COOL é um projeto de compilador baseado na classe Stanford CS143 de compiladores do Professor Alex Aiken. Esta é uma solução completa para o projeto COOL escrito em JAVA.
/100 healthaysark /
Lexical analysis part of a compiler for COOL built with Java (built as part of Stanford CS143 assignment)
27/100 health