https://github.com/rpigor/compiler
Compiler developed for the hypothetical programming language defined in the Compiladores class
https://github.com/rpigor/compiler
ast compiler language programming-language
Last synced: 11 months ago
JSON representation
Compiler developed for the hypothetical programming language defined in the Compiladores class
- Host: GitHub
- URL: https://github.com/rpigor/compiler
- Owner: rpigor
- License: gpl-3.0
- Created: 2023-02-25T20:46:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T20:30:42.000Z (about 2 years ago)
- Last Synced: 2025-01-06T02:24:13.439Z (about 1 year ago)
- Topics: ast, compiler, language, programming-language
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler
This is a compiler developed for the hypothetical programming language defined in the Compiladores (INF01147) class.
The application can be compiled using the `make` command.