- Move documentation from symbolHashTable.c to symbolHashTable.h
- Flesh out documentation to do parameters & return values
- Change one-line functions to Macros
- Add BRAM offset to symbol table
- Add literal table
- Check initialization in newSymbol()
- gperf/gnuperf working
- Generate a dummy command table
- Implement processCmd()
- Implement findCommand()
- Shift some functions out of driver.c
- Test 1st pass on a dummy file
-
Setup Lint for syntax checking-
Find/Download lint -
Compile lint -
Invoke lint in pre-commit hook
-
- Setup doxygen for command-line invocation
- Setup makefiles
- Add doc generation to makefile