Skip to content

Interpreter made following Plazti course : "Course of programming language interpreter with Python" https://platzi.com/clases/interpretes-software/

License

Notifications You must be signed in to change notification settings

jeronimobarea/Programming-Language-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language

Interpreter made following Platzi course : "Course of language interpreter programming with Python" https://platzi.com/clases/interpretes-software/

Setup

pip install --no-cache -r requirements.txt

Run Repl

For running the repl.

python3.8 main.py

If you want to stop it.

exit()

Run tests

mypy . && nosetests

Syntax

var x = 5;
var y = 10;

var res = func(x, y) {
    return x + y
}

About

Interpreter made following Plazti course : "Course of programming language interpreter with Python" https://platzi.com/clases/interpretes-software/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published