to get the repository first run
git clone "https://github.com/speedskater1610/craw".
Next compile the program by running the following
make all
this will make a new exacutable for the program
if for any reason you want to uninstall the craw compiler run
make clean, this will remove all of the object files and target exacutable(s)
- as of right now the lexer is done unless anyother problems arrise or new features get added in the future.
- the next task that we are will be completing is finishing the tag system for compiling craw programs and then starting the preprocessor.