Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 321 Bytes

Very very cool/buggy Pam interpreter using Antlr

Environment setup:

  • Have python3 localy

  • Run pip install antlr4-python3-runtime

To run:

  • Use src/input.txt for inputing a valid PAM grammar

  • For read operations use src/data.txt with values in form of value,value,value...

  • Run python main.py.