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.
Compile with g++ --std=c++11 -Wall -Werror -Wno-sign-compare -g *.cpp -o prog2
Simple Lexer/Compiler for a made up scripting language. Handles int, string, and several logical operators.
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.
Compile with g++ --std=c++11 -Wall -Werror -Wno-sign-compare -g *.cpp -o prog2
Simple Lexer/Compiler for a made up scripting language. Handles int, string, and several logical operators.