- 24 Jan, 2014 2 commits
-
-
Damien George authored
There can be multiple emitters allocated during compile (eg byte code and native).
-
Paul Sokolovsky authored
-
- 19 Jan, 2014 1 commit
-
-
Damien George authored
Exceptions know source file, line and block name. Also tidy up some debug printing functions and provide a global flag to enable/disable them.
-
- 18 Jan, 2014 1 commit
-
-
Damien George authored
Byte code has a map from byte-code offset to source-code line number, used to give better error messages.
-
- 11 Jan, 2014 1 commit
-
-
John R. Lenton authored
-
- 07 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 06 Jan, 2014 3 commits
-
-
ian-v authored
-
ian-v authored
-
Paul Sokolovsky authored
-
- 21 Dec, 2013 1 commit
-
-
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).
-
- 12 Dec, 2013 1 commit
-
-
Damien authored
-
- 11 Dec, 2013 1 commit
-
-
Damien authored
-
- 20 Oct, 2013 1 commit
-
-
Damien authored
-
- 09 Oct, 2013 1 commit
-
-
Damien authored
-
- 08 Oct, 2013 1 commit
-
-
Damien authored
-
- 06 Oct, 2013 1 commit
-
-
Damien authored
-
- 05 Oct, 2013 7 commits
- 04 Oct, 2013 1 commit
-
-
Damien authored
-