bagool185 / raccoon-lang

Trivial interpreted programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaccoonLang

Trivial interpreted programming language with a syntax similar to javascript's.

Build

cd lx/bin/
cmake ../../
make

Run

./RaccoonLang <file.rcc>

TrashPanda

TrashPanda is the Lexer (still in progress)

More intel to be added soon

About

Trivial interpreted programming language


Languages

Language:C++ 97.9%Language:CMake 2.1%