coolreader18
|
e9bfea834a
|
Format module building in a more readable way
|
2019-01-28 23:02:43 -06:00 |
|
coolreader18
|
5ecff1b37e
|
Remove unnecessary to_string conversions
|
2019-01-27 21:45:21 -06:00 |
|
Windel Bouwman
|
0215830aaa
|
Move set_attr and set_item to context.
|
2018-12-12 19:41:09 +01:00 |
|
Windel Bouwman
|
49f855219a
|
Implement sys.getrefcount, sys.ps1, sys.ps2 and sys.getsizeof
|
2018-11-11 20:54:30 +01:00 |
|
Adam Kelly
|
a1b7c61fcf
|
Implement sys._getframe() to the point where we can use it to get locals.
|
2018-11-11 17:54:30 +00:00 |
|
rmliddle
|
95d7a4d417
|
removed unused imports
|
2018-10-20 11:47:36 +11:00 |
|
rmliddle
|
a099361cf2
|
formatting changes
|
2018-10-20 11:44:18 +11:00 |
|
rmliddle
|
064765315d
|
pass of args for clap, pop first arg
|
2018-10-20 10:36:49 +11:00 |
|
rmliddle
|
302784df51
|
sysmod.argv added + snippet
|
2018-10-16 23:02:09 +11:00 |
|
Daniel Watkins
|
a457153ce1
|
Consider imports relative to their source
Currently they are considered relative to the current working directory
of the interpreter, which is incorrect.
Fixes #83.
|
2018-08-25 19:45:19 -04:00 |
|
Daniel Watkins
|
da34b86a9c
|
Implement PYTHONPATH
This modifies the import logic to use sys.path, and uses PYTHONPATH to
generate the initial contents of sys.path.
|
2018-08-24 22:55:30 -04:00 |
|
Adam Kelly
|
6bdf4148b5
|
Simplify new_list/new_tuple api.
|
2018-08-19 20:54:45 +01:00 |
|
Adam Kelly
|
9917bebb99
|
Remove unnecessary mutability in DictProtocol.
|
2018-08-15 12:58:18 +01:00 |
|
Daniel Watkins
|
cf7005602f
|
Implement new list creation with elements
|
2018-08-04 16:23:21 -04:00 |
|
Windel Bouwman
|
0f4f130d08
|
Add early sys module
|
2018-08-04 10:59:13 +02:00 |
|
Windel Bouwman
|
000f889222
|
Add compile builtin
|
2018-07-18 14:45:53 +02:00 |
|
Windel Bouwman
|
de29e7fdc7
|
Add spiffy dir function
|
2018-07-18 11:40:43 +02:00 |
|
Windel Bouwman
|
bbc19305f8
|
Reduce dependencies of vm and parser crates
|
2018-07-18 10:22:00 +02:00 |
|