Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 828 Bytes

File metadata and controls

24 lines (22 loc) · 828 Bytes

ToDo.md

Codebase changes

  • 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

Toolchain/Environment Management

  • 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