Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 642 Bytes

README.md

File metadata and controls

50 lines (28 loc) · 642 Bytes

Work Report

Name: Robin Lee Simpson

Features:

  • Not Implemented:
    • Drop



  • Implemented:
    • SQL
    • Table
    • Parser



  • Partly implemented:
    • SQL write to file output



  • Bugs
    • Operator precidence



Reflections:

  • Very hard to debug
  • Watch for Shunting and RPN
  • Toggle the try catch in order to switch from int to string cmp



basic_test.cpp output:

img

testB.cpp output:

img