index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
compile.c
Age
Commit message (
Expand
)
Author
2014-03-30
py: Fix bug in compiler for empty class bases.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-30
compile: Print error messages on unimplemented relative imports.
Paul Sokolovsky
2014-03-29
Merge pull request #389 from pfalcon/with-statement
Damien George
2014-03-29
py: Free unique_code slot for outer module.
Damien George
2014-03-29
vm: Implement "with" statement (SETUP_WITH and WITH_CLEANUP bytecodes).
Paul Sokolovsky
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-27
py: Calculate maximum exception stack size in compiler.
Damien George
2014-03-26
py: Restore CPython compatibility in compiler for closures with def args.
Damien George
2014-03-26
py: Support closures with default args.
Paul Sokolovsky
2014-03-22
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
2014-03-22
Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...
Rachel Dowdall
2014-03-17
py: Clean up includes.
xbe
2014-03-03
py: Unify syntax error handling in compiler; check defualt arg syntax.
Damien George
2014-02-26
py: Remove name of var arg from macros with var args.
Damien George
2014-02-22
parse: Refactor parse node encoding to support full range of small ints.
Paul Sokolovsky
2014-02-21
parse: Note that fact that parser's small ints are different than VM small int.
Paul Sokolovsky
2014-02-20
compile: Add comments ergarding non-implemented relative imports.
Paul Sokolovsky
2014-02-15
py: Pass all scope flags through to runtime.
Damien George
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-10
Clean up handling of function return type annotation.
Paul Sokolovsky
2014-02-06
py: Fix compile of class with keyword arguments in bases.
Damien George
2014-02-05
py: Add built-in super.
Damien George
2014-02-01
py: Tidy up BINARY_OPs; negation done by special NOT bytecode.
Damien George
2014-02-01
py: Reduce code size of compiler by a bit.
Damien George
2014-02-01
py: Implement break/continue from an exception with finally.
Damien George
2014-02-01
Implement default function arguments (for Python functions).
Paul Sokolovsky
2014-01-29
py: Fix bug with LOAD_METHOD; fix int->machine_int_t for small int.
Damien George
2014-01-28
py: Implement 'not' in compiler, and improve rt_is_true.
Damien George
2014-01-24
py: Improve freeing of emitters in mp_compile.
Damien George
2014-01-24
Add support for freeing code emitter objects at the end of compilation.
Paul Sokolovsky
2014-01-23
mp_compile(): Properly free module_scope and all nested scopes.
Paul Sokolovsky
2014-01-23
py: Use C99 way of variable macro arguments.
Damien George
2014-01-23
py: Change macro var args in parser to be C99 compliant.
Damien George
2014-01-21
py: Implement break and continue byte codes, and add tests.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-15
Implement eval.
Damien George
2014-01-12
py: AssertionError is loaded from global, to match CPython.
Damien George
2014-01-11
unified the bops
John R. Lenton
2014-01-11
compile_for_stmt_optimised_range(): Properly handle negative & unknown steps.
Paul Sokolovsky
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Split qstr into pools, and put initial pool in ROM.
Damien George
2014-01-04
Improve configurability for native x64/thumb emitter.
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-02
py: remove depedence on strcat and stpcpy.
Damien George
2013-12-30
py: make closures work.
Damien George
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
[next]