Skip to content

Topcoder question parser. Gives python file with the class and function's base structure created with the code for testing the output taken from the example.

Notifications You must be signed in to change notification settings

maxfrost1308/topcoder-to-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

topcoder-to-python

Topcoder question parser. Gives python file with the class and function's base structure created with the code for testing the output taken from the example.

##Dependencies:

  • flex

##Usage

####Compile using: lex questionParser.lex cc lex.yy.c -lfl -o top-to-py

####To access it from anywhere: sudo mv top-to-py /usr/bin/top-to-py

####Execute using: top-to-py < [input_file] > [output_file]

About

Topcoder question parser. Gives python file with the class and function's base structure created with the code for testing the output taken from the example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published