Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 370 Bytes

Whiplash

A code-optimizer for Python.

Issues/To-Do

  • Write parser

    • Implement follow, first, closure and goto
    • Write parsing table
    • Generate parse tree
  • Write tests for modules

  • Write docs

  • Ref module specific to-dos for other remaining tasks

To test -

Write your python code in the file test1.py, then do

cd whiplash
cargo run