micropython/py
Damien George 438c88dd2f Add arbitrary precision integer support.
Some functionality is still missing (eg and, or, bit shift), and some
things are buggy (eg subtract).
2014-02-22 19:25:23 +00:00
..
asmthumb.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
asmthumb.h
asmx64.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
asmx64.h
bc.h py: VM never throws an exception, instead returns a status and value. 2014-02-15 22:55:00 +00:00
bc0.h
binary.c Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
binary.h ffi: Implement ffivar.get()/set() methods. 2014-02-14 20:38:35 +02:00
builtin.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
builtin.h
builtinevex.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
builtinimport.c __import__: Catch relative import attempts and throw NotImplementedError. 2014-02-21 01:15:20 +02:00
builtinmp.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
compile.c parse: Refactor parse node encoding to support full range of small ints. 2014-02-22 16:39:45 +02:00
compile.h
emit.h
emitbc.c emitbc: Correct buffer sizes for varlen int encoding. 2014-02-20 13:25:05 +02:00
emitcommon.c
emitcpy.c Propagate scope flags refactor to emitcpy.c. 2014-02-16 03:02:47 +02:00
emitinlinethumb.c parse: Refactor parse node encoding to support full range of small ints. 2014-02-22 16:39:45 +02:00
emitnative.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
emitpass1.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
gc.c Make DEBUG_printf() a proper function, implementation is port-dependent. 2014-02-16 18:20:49 +02:00
gc.h
grammar.h
lexer.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
lexer.h
lexerstr.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
lexerunix.c
lexerunix.h
makeqstrdata.py stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"]. 2014-02-18 00:06:37 +02:00
malloc.c Make DEBUG_printf() a proper function, implementation is port-dependent. 2014-02-16 18:20:49 +02:00
map.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
map.h
misc.h py: Rename strtonum to mp_strtonum. 2014-02-22 17:49:15 +00:00
mkenv.mk
mkrules.mk
mpconfig.h Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
mpz.c Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
mpz.h Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
nlr.h
nlrthumb.S
nlrx64.S
nlrx86.S
obj.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
obj.h Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
objarray.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objarray.h
objbool.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objboundmeth.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objcell.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objclosure.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objcomplex.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objdict.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objenumerate.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objexcept.c py: VM never throws an exception, instead returns a status and value. 2014-02-15 22:55:00 +00:00
objfilter.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objfloat.c py: Put number parsing code together in parsenum.c. 2014-02-22 18:12:43 +00:00
objfun.c Add pin mapping code. 2014-02-17 21:20:38 -08:00
objgenerator.c py: VM never throws an exception, instead returns a status and value. 2014-02-15 22:55:00 +00:00
objgetitemiter.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objint.c Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
objint.h Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
objint_longlong.c Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
objint_mpz.c Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
objlist.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objmap.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objmodule.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objnone.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objrange.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objset.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objslice.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objstr.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objtuple.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objtuple.h
objtype.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
objzip.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
parse.c parse: Refactor parse node encoding to support full range of small ints. 2014-02-22 16:39:45 +02:00
parse.h py: Put number parsing code together in parsenum.c. 2014-02-22 18:12:43 +00:00
parsehelper.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
parsehelper.h Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
parsenum.c py: Put number parsing code together in parsenum.c. 2014-02-22 18:12:43 +00:00
parsenum.h py: Put number parsing code together in parsenum.c. 2014-02-22 18:12:43 +00:00
py.mk Add arbitrary precision integer support. 2014-02-22 19:25:23 +00:00
qstr.c Make DEBUG_printf() a proper function, implementation is port-dependent. 2014-02-16 18:20:49 +02:00
qstr.h
qstrdefs.h Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
repl.c
repl.h
runtime.c py: Put number parsing code together in parsenum.c. 2014-02-22 18:12:43 +00:00
runtime.h Add pin mapping code. 2014-02-17 21:20:38 -08:00
runtime0.h Support passing positional args as keywords to bytecode functions. 2014-02-16 18:36:33 +02:00
scope.c py: Pass all scope flags through to runtime. 2014-02-15 19:33:11 +00:00
scope.h py: Pass all scope flags through to runtime. 2014-02-15 19:33:11 +00:00
sequence.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
showbc.c py: Fix casting and printing of small int. 2014-02-22 17:34:09 +00:00
stream.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
stream.h
unicode.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00
vm.c py: Fix type of integer in decoding int. 2014-02-20 00:00:04 +00:00
vstr.c Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. 2014-02-12 18:31:30 +02:00