Skip to content
Snippets Groups Projects
Commit d2859450 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

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.
parent 5a0dfced
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment