Skip to content

Eldorico/hepial-language-compiler

Repository files navigation

Requirements:

  • jflex: a lexical analyser generator for java. (equivalent to Lex for C) (http://jflex.de/download.html)

  • java 8 (jdk and jvm) (I think java 7 works but I'm not sure)

Librairies included

Usage:

# compile the hepial compilator
make

# compile the hepial file
bash hepiaCompile <fileName>    # if no filename entered: will compile input.txt

# execute the hepial executable
bash <programName> 

About

A custom langage compiler that produces java bytecode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published