Skip to content

CharanaManawathilake/rpal-compiler

 
 

Repository files navigation

RPAL Compiler Project

This project is a compiler built in C++ for the RPAL language.

Usage

To compile and run an RPAL program, use the following command:

./mypal file_name

To print the Abstract syntax tree of the program, use the following command:

./mypal file_name -ast

Try out some test files in ./test/

About

Compiler for RPAL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Makefile 0.1%