Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c12aa468a1ffcbefdb3a260917452fbdb0f85bf2
Switch branch/tag
uPython-mirror
py
runtime.c
16 Oct, 2013
3 commits
Add SET_ADD opcode to VM.
· c12aa468
Damien
authored
Oct 16, 2013
c12aa468
Implement BC & runtime support for generator/yielding.
· bd25445a
Damien
authored
Oct 16, 2013
bd25445a
Support tuples and list comprehension, albeit crude.
· c226dca1
Damien
authored
Oct 16, 2013
c226dca1
15 Oct, 2013
1 commit
Implement basic exception framework, and simple for loop.
· ce89a21e
Damien
authored
Oct 15, 2013
ce89a21e
12 Oct, 2013
2 commits
Change ifdef/if defined to simple if's.
· 3ef4abb4
Damien
authored
Oct 12, 2013
3ef4abb4
Separate out mpy core and unix version.
· c025ebb2
Damien
authored
Oct 12, 2013
c025ebb2
10 Oct, 2013
3 commits
Wrap out-native code in preprocessor declarations.
· a1ddfcc2
Damien
authored
Oct 10, 2013
a1ddfcc2
Simplify and improve function & method calling.
· eb19efb2
Damien
authored
Oct 10, 2013
eb19efb2
Implement basic class/object in native code.
· 7f5dacf3
Damien
authored
Oct 10, 2013
7f5dacf3
09 Oct, 2013
1 commit
Implement basic class/object functionality in runtime.
· a397776d
Damien
authored
Oct 09, 2013
a397776d
08 Oct, 2013
1 commit
Native Python and Viper support for x64 and thumb all together.
· 13ed3a65
Damien
authored
Oct 08, 2013
13ed3a65
06 Oct, 2013
2 commits
Functions to convert values to/from inline asm.
· e4af64f3
Damien
authored
Oct 06, 2013
e4af64f3
Make runtime able to call inline asm with 1 argument.
· dc833829
Damien
authored
Oct 06, 2013
dc833829
05 Oct, 2013
3 commits
Add support for inline thumb assembly.
· 826005c6
Damien
authored
Oct 05, 2013
826005c6
Implement built-in decorators to select emit type.
· 6cdd3af6
Damien
authored
Oct 05, 2013
6cdd3af6
Further factorise PASS_1 out of specific emit code.
· b05d707b
Damien
authored
Oct 05, 2013
b05d707b
04 Oct, 2013
1 commit
Initial commit.
· 429d7194
Damien
authored
Oct 04, 2013
429d7194