You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 60aca4810f Merge pull request #215 from pfalcon/qstr-special-chars 11 years ago
..
asmthumb.c Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
asmthumb.h Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
asmx64.c Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
asmx64.h Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
bc.h py: Add module/function/class name to exceptions. 11 years ago
bc0.h Merge branch 'master' of github.com:dpgeorge/micropython 11 years ago
builtin.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
builtin.h Add dummy bytes() constructor. 11 years ago
builtineval.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
builtinimport.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
builtinmp.c Revamp qstrs: they now include length and hash. 11 years ago
compile.c mp_compile(): Properly free module_scope and all nested scopes. 11 years ago
compile.h Add source file name and line number to error messages. 11 years ago
emit.h py: Add module/function/class name to exceptions. 11 years ago
emitbc.c Revamp qstrs: they now include length and hash. 11 years ago
emitcommon.c Revamp qstrs: they now include length and hash. 11 years ago
emitcpy.c Revamp qstrs: they now include length and hash. 11 years ago
emitinlinethumb.c Revamp qstrs: they now include length and hash. 11 years ago
emitnative.c Revamp qstrs: they now include length and hash. 11 years ago
emitpass1.c Revamp qstrs: they now include length and hash. 11 years ago
gc.c Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse. 11 years ago
gc.h Fix func decls with no arguments: () -> (void). 11 years ago
grammar.h Implement eval. 11 years ago
lexer.c mp_lexer_free(): Free lex->indent_level array. 11 years ago
lexer.h Add source file name and line number to error messages. 11 years ago
lexerstr.c lexerstr: Free mp_lexer_str_buf_t structure itself. 11 years ago
lexerunix.c Revamp qstrs: they now include length and hash. 11 years ago
lexerunix.h Move lexerstr to main py directory (everyone uses it). 11 years ago
makeqstrdata.py Allow qstr's with non-ident chars, construct good identifier for them. 11 years ago
malloc.c Rename default config file to mpconfig.h, and port's to mpconfigport.h. 11 years ago
map.c Revamp qstrs: they now include length and hash. 11 years ago
map.h Implemented set.remove 11 years ago
misc.h Implement octal and hex escapes in strings. 11 years ago
mpconfig.h py: Add module/function/class name to exceptions. 11 years ago
nlr.h Fix func decls with no arguments: () -> (void). 11 years ago
nlrthumb.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
nlrx64.S OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__) 11 years ago
nlrx86.S Make "unix" target be crossplatform and support x86, x64, ARM hosts. 11 years ago
obj.c py: Simpler implementation of mp_obj_callable. 11 years ago
obj.h Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
objarray.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
objarray.h Add objarray.h . 11 years ago
objbool.c py: Implement bool unary op; tidy up unary op dispatch. 11 years ago
objboundmeth.c Revamp qstrs: they now include length and hash. 11 years ago
objcell.c Revamp qstrs: they now include length and hash. 11 years ago
objclosure.c Revamp qstrs: they now include length and hash. 11 years ago
objcomplex.c Revamp qstrs: they now include length and hash. 11 years ago
objdict.c Revamp qstrs: they now include length and hash. 11 years ago
objenumerate.c Revamp qstrs: they now include length and hash. 11 years ago
objexcept.c Revamp qstrs: they now include length and hash. 11 years ago
objfilter.c Revamp qstrs: they now include length and hash. 11 years ago
objfloat.c Revamp qstrs: they now include length and hash. 11 years ago
objfun.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
objgenerator.c Revamp qstrs: they now include length and hash. 11 years ago
objint.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
objint.h type->print(): Distinguish str() and repr() variety by passing extra param. 11 years ago
objint_longlong.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
objlist.c Merge branch 'master' of github.com:micropython/micropython 11 years ago
objmap.c Revamp qstrs: they now include length and hash. 11 years ago
objmodule.c py: Initialise loaded_module map in rt_init. 11 years ago
objnone.c Revamp qstrs: they now include length and hash. 11 years ago
objrange.c Revamp qstrs: they now include length and hash. 11 years ago
objset.c Revamp qstrs: they now include length and hash. 11 years ago
objslice.c Revamp qstrs: they now include length and hash. 11 years ago
objstr.c py: Implement bool unary op; tidy up unary op dispatch. 11 years ago
objtuple.c Revamp qstrs: they now include length and hash. 11 years ago
objtuple.h type->print(): Distinguish str() and repr() variety by passing extra param. 11 years ago
objtype.c Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
objzip.c Revamp qstrs: they now include length and hash. 11 years ago
parse.c py: Change macro var args in parser to be C99 compliant. 11 years ago
parse.h py: Add module/function/class name to exceptions. 11 years ago
py.mk Merge branch 'master' of github.com:micropython/micropython 11 years ago
qstr.c py: Implement bool unary op; tidy up unary op dispatch. 11 years ago
qstr.h Second stage of qstr revamp: uPy str object can be qstr or not. 11 years ago
qstrdefs.h Allow qstr's with non-ident chars, construct good identifier for them. 11 years ago
repl.c mp_repl_is_compound_stmt(): Thinko fix s/true/try/. 11 years ago
repl.h Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
runtime.c py: Implement bool unary op; tidy up unary op dispatch. 11 years ago
runtime.h py: Initialise loaded_module map in rt_init. 11 years ago
runtime0.h py: Fix emitcpy and emitnative's binary_op. 11 years ago
scope.c Allow qstr's with non-ident chars, construct good identifier for them. 11 years ago
scope.h mp_compile(): Properly free module_scope and all nested scopes. 11 years ago
sequence.c Merge branch 'master' of github.com:micropython/micropython 11 years ago
showbc.c Revamp qstrs: they now include length and hash. 11 years ago
stream.c file.readline(): Use mp_obj_str_get_data() and fix off-by-one error on EOF. 11 years ago
stream.h stream: Add generic unbuffered iternext method. 11 years ago
strtonum.c Revamp qstrs: they now include length and hash. 11 years ago
unicode.c Implement octal and hex escapes in strings. 11 years ago
vm.c py: Implement break and continue byte codes, and add tests. 11 years ago
vstr.c Fix 1 warning and 1 bug. 11 years ago