Skip to content

A tiny, still incomplete interpreter for a language similar to Python 3

License

Notifications You must be signed in to change notification settings

LucaBoss74/dart_smython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smython for Dart

A tiny incomplete interpreter for a language similar to Python 3 with enough functionality to parse & interpret the factorial and the fibonacci function.

This has been hacked together based on a similar interpreter I did some ten years ago, that time for Objective-C and Java.

Running the Code

To run the included test suite, execute dart pub get once and then simply execute dart run. It should print OK for all code snippets run.

Using Smython

Include the smython/smython.dart library in your program.

About

A tiny, still incomplete interpreter for a language similar to Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 92.5%
  • Python 7.5%