Skip to content

Transpiler made with ANTL4: Custom language "Iamstuck" -> C++

Notifications You must be signed in to change notification settings

jaugustyn02/iamstuck

Repository files navigation

Iamstuck Transpiler

Source code transpiler from Iamstuck to C++ made with ANTL4.

Authors

System requirements

  • Python 3.8.5
  • antlr4-python3-runtime==4.13.1
  • antlr4-tools == 0.2.1

Installation

To install any required packages, run this code:

pip install -r requirements.txt

How to run

To transpile code to C++, compile it and run it, run this code:

make f="<path_to_file>"

To only transpile code to C++:

make transpile f="<path_to_file>"

To only compile code:

make compile_cpp f="<path_to_file>"

Documentation

See documentation.

About

Transpiler made with ANTL4: Custom language "Iamstuck" -> C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published