mikeymop / Parsinator

Simple Lexer/Compiler for a made up scripting language. Handles int, string, and several logical operators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsinator (cs280)

Parsinator is a compiler for a simple scripting language. It supports strings, integers, comments and arithmetic. It includes it's own grammer, lexer, and parser.

Build

Compile with g++ --std=c++11 -Wall -Werror -Wno-sign-compare -g *.cpp -o prog2

About

Simple Lexer/Compiler for a made up scripting language. Handles int, string, and several logical operators.


Languages

Language:C++ 100.0%