Commit Graph

15 Commits

Author SHA1 Message Date
Windel Bouwman
03bda855e7 Clean test code 2018-07-31 22:11:40 +02:00
Windel Bouwman
cafc9edf35 Formatting of code 2018-07-13 20:42:58 +02:00
Windel Bouwman
2354102795 Add interactive shell 2018-07-09 22:06:49 +02:00
Windel Bouwman
7d20869dc0 Fix return value from function 2018-07-08 21:03:25 +02:00
Windel Bouwman
ed4557fec5 Added cool script to test snippets in both implementations 2018-07-08 19:57:53 +02:00
Windel Bouwman
62cb3e2474 Add slice object 2018-07-08 12:38:55 +02:00
Windel Bouwman
b4e9064516 Try to repair cpython bytecode frontend 2018-07-08 00:22:30 +02:00
Windel Bouwman
3f98e3c64a Reverse dependency between vm and cpython bytecode adapter 2018-07-07 23:19:06 +02:00
Windel Bouwman
0a43d244f4 Add pipfile to install requirements for test snippets 2018-07-07 17:54:56 +02:00
Windel Bouwman
377795dbec Shuffle files in proper places 2018-07-07 17:14:45 +02:00
Windel Bouwman
9526f78d82 Add pytest runner for test snippets 2018-07-07 16:27:05 +02:00
Windel Bouwman
0111a8356d Move bytecode definitions to top level crate 2018-07-03 19:55:15 +02:00
Shing Lyu
2d0e4efecf Make the main program parse from parser and run with vm 2018-06-11 22:29:09 +02:00
Shing Lyu
11557e98eb Ignoring rust target folders 2018-06-11 21:20:48 +02:00
Shing Lyu
6748227428 Extract the PyCodeObject definition into a separate crate 2018-06-07 22:44:49 +02:00