K. Lange
|
ad39476a35
|
Clean up function, method repring
|
2022-08-06 12:20:04 +09:00 |
|
K Lange
|
f655ca7f61
|
Fix up function, object repring and add __qualname__ to functions
|
2021-03-11 19:05:21 +09:00 |
|
K. Lange
|
c9aa17e119
|
Rename __get__, __set__ to match Python's __getitem__, __setitem__ and make room for future addition of descriptors
|
2021-03-10 14:24:22 +09:00 |
|
K. Lange
|
84b7a37fab
|
Remove the distinction between a class's 'fields' and 'methods' and implement actual method resolution
|
2021-03-09 22:35:40 +09:00 |
|
K. Lange
|
e0adfcdc80
|
Remove str-nonstr concatenation / implicit coercion
|
2021-02-14 08:25:53 +09:00 |
|
K. Lange
|
8f9c1a4c1d
|
Switch C-style loops to semicolons before I regret having used commas
|
2021-01-08 17:14:42 +09:00 |
|
K Lange
|
ff8ed02ebd
|
Make print() a function before it's too late
|
2021-01-04 23:34:10 +09:00 |
|
K. Lange
|
d87fd9b1bd
|
Commit results of test cases as of now (not sure if they're all correctly)
|
2021-01-04 21:50:20 +09:00 |
|
K. Lange
|
0966a21c7a
|
Move sleep, uname to Pythonic module names
|
2021-01-03 09:49:19 +09:00 |
|
K. Lange
|
a5928b18c9
|
bite the bullet and rename length() to __len__()
|
2020-12-30 15:50:26 +09:00 |
|
K. Lange
|
3ba8025eeb
|
lots of fixups so we can create dicts from the vm
|
2020-12-28 20:38:26 +09:00 |
|
K. Lange
|
cdcbf6cf54
|
First pass at module/builtin cleanup
|
2020-12-28 19:01:28 +09:00 |
|