- 28 Jan, 2014 1 commit
-
-
Markus Siemens authored
-
- 27 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 26 Jan, 2014 14 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send().
-
Damien George authored
Implement send() method for generators.
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-147 bytes on x86.
-
- 25 Jan, 2014 14 commits
-
-
Paul Sokolovsky authored
Also, don't try to force debug info format, use native.
-
Damien George authored
Fixed dependency problem for qstrdefs.generated.h
-
Dave Hylands authored
The problem manifests itself in make 4.0 I also fixed the LINK message when linking the final executable for unix and unix-cpy.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
To partly address Issue #220.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Addresses Issue #203.
-
Paul Sokolovsky authored
TODO: Check lexer/parse/compile error path for leaks too.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
mp_map_deinit() finalizes static map, mp_map_free() - dynamic.
-
- 24 Jan, 2014 10 commits
-
-
Damien George authored
Add basic implementation of bytes type, piggybacking on str.
-
Damien George authored
Rework makefiles. Add proper dependency checking.
-
Damien George authored
This reverts commit a215b09c.
-
Damien George authored
Move file obj to separate module
-
Damien George authored
There can be multiple emitters allocated during compile (eg byte code and native).
-
Damien George authored
Add support for freeing code emitter objects at the end of compilation.
-
Damien George authored
-
Damien George authored
Update conwaylife.py
-
Damien George authored
Want common qstrs to be first in the list so they have the lowest ids, so that in the byte code they take up the least room.
-
Damien George authored
Allow qstr's with non-ident chars, construct good identifier for them.
-