Skip to content
Snippets Groups Projects
  1. Jan 18, 2014
  2. Jan 15, 2014
  3. Jan 12, 2014
  4. Jan 08, 2014
  5. Jan 06, 2014
  6. Jan 04, 2014
  7. Jan 03, 2014
    • Damien George's avatar
      Basic implementation of import. · 66028ab6
      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.
      66028ab6
  8. Dec 21, 2013
    • Damien's avatar
      Change object representation from 1 big union to individual structs. · d99b0528
      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).
      d99b0528
  9. Oct 20, 2013
  10. Oct 09, 2013
  11. Oct 04, 2013
Loading