PLT Project Repo
readme edit
Traditional high-level programming languages are often too cryptic and difficult for new users to understand. The goal with Newbie is to create a pseudo-code like programming language aimed to simplify the programming experience for beginner developers. This will allow new coders the ability to design, implement and better understand common algorithms without the frustration of learning specific programming syntax. Our standard library will specifically allow for easy implementation of basic algorithms involving linked lists, graphs, and trees.
make all
will compile the tokenizer
executable which can then be called on either stdin
or the filepath passed in the 1st command line arg
./tokenizer [inFile]
- output consists of listed tokens