Skip to content

A compiler for the HULK programming language, using an LR(1) parser to compile into C.

License

Notifications You must be signed in to change notification settings

Leonardo16AM/HULK-Compiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HULK-Compiler

A compiler for the HULK programming language that leverages an LR(1) parser to compile into C. This project is designed to provide a robust tool for developers interested in experimenting with HULK language features.

Getting Started

To use HULK-Compiler, follow these steps:

  1. Clone the repository: git clone https://github.com/EdianBC/HULK-Compiler
  2. Navigate to the HULK-Compiler directory: cd HULK-Compiler
  3. Run the compiler: python main.py <file>.hulk --v # For verbose output python main.py <file>.hulk --nv # For non-verbose output

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A compiler for the HULK programming language, using an LR(1) parser to compile into C.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 89.7%
  • C 10.3%