Skip to content

DvorakDavid7/mylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mylang

usage

  • run instructions from .dd file
python3 mylang.py ./examples/avg.dd
  • run instructions from command line argument
python3 mylang.py '1 2 3 ADD PRINT'
  • run REPL mode
python3 mylang.py -r

REPL mode

in REPL mode there are some special commands:

  • memory dump
>>> mem
  • clear memory
>>> cls
  • exit repl
>>> exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages