Skip to content

farrukhras/YAPL-MyLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run the Test Cases

The interpreter.py file requires the user to add the ‘txt’ file’s name to be read from the test_case folder as an additional command line parameter and executes that test case by reading that file.

Example prompt:

python3 interpreter.py standard_output.txt

Example output in cmd:

STANDARD OUTPUT
5.4 TRUE 2

About

Lexer, Parser and an Interpreter made in Python. It covers most of the basic functions that any programming language offers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages