agjacome / nogo

NOGO Lexer and Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOGO: Lexer and Parser

Lexer and Parser of NOGO programming language (specs). It is a college assignment for a Compilers course, and NOGO is just a toy language designed for it.

It is implemented using Flex and Bison, and plain C (not C++).

About

NOGO Lexer and Parser