- Jan 18, 2014
-
-
Damien George authored
Byte code has a map from byte-code offset to source-code line number, used to give better error messages.
-
- Jan 15, 2014
-
-
Damien George authored
Parser no longer prints an error, but instead returns an exception ID and message.
-
- Jan 12, 2014
-
-
Damien George authored
-
- Jan 08, 2014
-
-
Damien George authored
-
- Jan 06, 2014
- Jan 04, 2014
-
-
Damien George authored
-
- Jan 03, 2014
-
-
Damien George authored
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
-
- Dec 21, 2013
-
-
Damien authored
A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python).
-
- Oct 20, 2013
- Oct 09, 2013
-
-
Damien authored
-
- Oct 04, 2013
-
-
Damien authored
-