update parser
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from tools.parser import Parser
|
||||
|
||||
|
||||
def main():
|
||||
parser = Parser(True)
|
||||
parser.parse("puts hello")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user