Windel Bouwman
|
ac765a957b
|
Add a settings struct for storage of different settings which influence the VM.
|
2019-07-13 12:23:53 +02:00 |
|
Windel Bouwman
|
704b15750e
|
Add optimize flag to ignore assert statements.
|
2019-07-12 18:41:25 +02:00 |
|
Maxim Kurnikov
|
347d48198e
|
fix remaining clippy warnings
|
2019-07-07 06:27:07 +03:00 |
|
Windel Bouwman
|
183415e64b
|
Move bytecode into own crate.
|
2019-06-30 11:01:40 +02:00 |
|
coolreader18
|
61b26878de
|
Add rustpython_vm::__exports module and fix warning
|
2019-06-21 20:20:19 -05:00 |
|
coolreader18
|
c359c430c2
|
Add set_file_attr to import_codeobj
|
2019-06-20 22:43:13 -05:00 |
|
coolreader18
|
aefbae40e4
|
Revert "Make CodeObject.source_path an Option<String>"
|
2019-06-20 12:01:20 -05:00 |
|
coolreader18
|
b74b65d37e
|
Make CodeObject.source_path an Option<String>
|
2019-06-16 19:59:04 -05:00 |
|
coolreader18
|
1814977c45
|
Add doc comments
|
2019-06-15 20:19:59 -05:00 |
|
coolreader18
|
75c2e4ae9b
|
Remove lazy_static, just store as a CodeObject
|
2019-06-15 11:31:30 -05:00 |
|
coolreader18
|
241f5190cc
|
Formatting
|
2019-06-15 00:30:14 -05:00 |
|
coolreader18
|
b5ba62fe94
|
Add lazy_static argument
|
2019-06-14 21:17:12 -05:00 |
|
coolreader18
|
48966a76e2
|
Make py_compile_bytecode!() an expression
|
2019-06-14 18:20:02 -05:00 |
|
coolreader18
|
4d0eb06724
|
Default source_path
|
2019-06-14 12:40:01 -05:00 |
|
coolreader18
|
d2cde9a3bf
|
Use bincode to deserialize into a CodeObject
|
2019-06-14 12:26:35 -05:00 |
|
coolreader18
|
e592f3d888
|
Add py_compile_bytecode! macro
|
2019-06-14 10:42:45 -05:00 |
|