Implement on-board python interpreter
Executable dg-python emulates a minimal python interpreter. The interpreter is able to - execute single statements: (import, print,...), - evaluate expressions. Expressions and statements are separated by semi-colons. Several statements and/or evaluations between two semi-colons yield an undefined behavior.
include/CMakeLists.txt
0 → 100644
src/dg-python.cc
0 → 100644
src/interpreter.cc
0 → 100644
Please register or sign in to comment