Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 741 Bytes

TODO.md

File metadata and controls

35 lines (26 loc) · 741 Bytes

TODOLIST

TODO

  • check all str functions

main functionalities

  • languages :

    • C# : Testing
    • PHP : Testing
  • Complexities :

    • if : Testing
    • ternary : None (possible?)
    • switch : Testing
    • goto : Testing
    • loop : Testing
      • for : Testing
      • while : Testing
      • foreach : Testing
    • function : Testing (only trasversal/in/out)
    • classes : Testing (only trasversal/in/out)

Not important

  • benchmark functions
  • use cython or JVM for optimization ?

#Hard to do

  • improve indentation
  • add C# print debug to test if safe/unsafe or if it's executed
  • create bash script to compile and run all C# code -> compilation script done