webalorn / pjulia

Compiler for a simplified version of julia (course assignement)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pjulia

Projet de compilation.

Build

make fbison # Optinal, only if lexer.lpp or parser.ypp changed
make

Usage

pjuliac path/to/file.jl

pjuliac [--parse-only] [--type-only] <path_to_julia_file>

About

Compiler for a simplified version of julia (course assignement)


Languages

Language:C++ 99.7%Language:Makefile 0.3%