Source code for puglang.lang.parser

[docs]class Parser: def __init__(self): print("Parser")