vgeladaris / alpha-compiler

(University Project) A full-fledged compiler and runtime VM for the custom programming language Alpha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpha-compiler

Instructions

  • Run make to compile the alpha-compiler and avm executables which are located in the bin/alpha-compiler and src/avm/bin/avm directories.
  • To run a specific test:
$ make run ARGS=/path/to/file.alpha

About

(University Project) A full-fledged compiler and runtime VM for the custom programming language Alpha.


Languages

Language:C 58.6%Language:AGS Script 32.8%Language:Yacc 5.6%Language:Lex 2.1%Language:Makefile 0.9%