Skip to content
Snippets Groups Projects
Select Git revision
  • 7efc5b3f346869cd4177760e6a6b2bb863b425da
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

builtin.c

  • Damien George's avatar
    7efc5b3f
    py: Make globals and locals proper dictionary objects. · 7efc5b3f
    Damien George authored
    Finishes addressing issue #424.
    
    In the end this was a very neat refactor that now makes things a lot
    more consistent across the py code base.  It allowed some
    simplifications in certain places, now that everything is a dict object.
    
    Also converted builtins tables to dictionaries.  This will be useful
    when we need to turn builtins into a proper module.
    7efc5b3f
    History
    py: Make globals and locals proper dictionary objects.
    Damien George authored
    Finishes addressing issue #424.
    
    In the end this was a very neat refactor that now makes things a lot
    more consistent across the py code base.  It allowed some
    simplifications in certain places, now that everything is a dict object.
    
    Also converted builtins tables to dictionaries.  This will be useful
    when we need to turn builtins into a proper module.