Commit graph

24 commits

Author SHA1 Message Date
crc
bd0d879058 nga-python: use Python int() function in override for s:length (#20)
FossilOrigin-Name: 0094b5d63c75b5ded6b4f523ad9f3c54ac59e55072532a3158510a4b8426cdcb
2020-12-16 19:40:00 +00:00
crc
93290ac28d nga-python: use Python int() function in override for s:to-number (#20)
FossilOrigin-Name: 27e48826a02a254fab1e4ecc342a8f78b8ab2dff5769b96ae85e5147b04338fd
2020-12-16 19:25:52 +00:00
crc
640c63a7ef nga-python: use Python version of d:lookup for faster performance (#20)
FossilOrigin-Name: 72c3b945c4527b3896d3416c7a0d932f2dfcaf69845d6e6650fa021568a8e573
2020-12-16 19:21:18 +00:00
crc
68d2baa2bd nga-python: add populate_dictionary(), find_entry() now checks cached dictionary first (working on #20)
FossilOrigin-Name: 1229de35d262ac6cc1d7b6bde9477165548c5d4ebc35056c24ff8c864f1ac06a
2020-12-16 14:59:08 +00:00
crc
858d81b49b nga-python: begin work to cache dictionary, provide faster versions of some words (working on #20)
FossilOrigin-Name: cdfb621e669956d3ea1ca2c0a5ae74a78f7d90d0c728b2bd4768f53ec904f007
2020-12-16 14:54:46 +00:00
crc
a824c5b3aa nga-python: use full instruction names instead of the shorter ones (part of #20)
FossilOrigin-Name: dd97402cf780a395c74569ed32993edfa4fc2127c7fc62bb49ddb86f15ed869d
2020-12-16 14:47:33 +00:00
crc
4bcec9773e nga-python: restore ability to run code in files
FossilOrigin-Name: 8e6741a5cc3a7ebf38b7e17455d80c40479d86f24ca43988aa1d4681d18293e1
2020-12-02 20:41:15 +00:00
crc
1b0fa54eef nga-python: commit updates to class-based vm implementation
FossilOrigin-Name: f6f51a35193443a3fb5735b5cf742b82bafd9810aab098fe9376847ac948b4b1
2020-12-02 20:18:58 +00:00
crc
a5bad6d738 nga-python: bug fixes
FossilOrigin-Name: db3e43cefbfd1dbc5c623bb278b9c255b07e2c170c5101c9161573cc6d958e47
2020-11-18 23:57:17 +00:00
crc
9c48935d22 nga-python: implement Memory class, switch to this; complete updates to using IntegerStack class
FossilOrigin-Name: f3d9ce597322e35c5f32a97d198e6ae0c3e1231d64edb50188488ca49a321044
2020-11-18 21:03:45 +00:00
crc
597f571c06 nga-python: fix a syntax error
FossilOrigin-Name: dbc4aa2f6945cdc76b26c177ad4ae368773dec9141b2be5a4b767435d8c09ef0
2020-11-18 20:23:55 +00:00
crc
2fbc568b83 nga-python: commit updated retro.py using separated classes for devices, stacks
FossilOrigin-Name: 4438fbc238f048206eb6c88d2489784da5be1b0db14e3e43dc24e28c06641a59
2020-11-18 20:22:29 +00:00
crc
7f77c62c87 nga-python: scripting devices now supports include
FossilOrigin-Name: da631dafed4d63e66f15de986a19c8b0270edf4a1fd716976faeac02fd3847f8
2020-10-07 19:30:13 +00:00
crc
4327a0723a nga-python: initial command line parsing, 2/3 of level 0 scripting support
FossilOrigin-Name: d8d6c2a756df433b1e577febb58cc5831cfd827cdbd1ab615a5d3b6808d5578d
2020-10-07 12:27:45 +00:00
crc
522a6d2ef4 nga-python: check in updated clock device (from Arland)
FossilOrigin-Name: 9b2b21be6f82d80601bc0d9cf818a9f41d5a8da130401313528cde35364d31a7
2020-10-06 19:11:50 +00:00
crc
25f580b07c nga-python: check in start of random number generator, time devices from Arland
FossilOrigin-Name: 59b15476b2c36da047c913b54936a934c60460bc2028fc21ea3bb326d38e9462
2020-10-05 17:58:39 +00:00
crc
19ac2a3c4a nga-python: add initial support for file i/o device
FossilOrigin-Name: 3d599c2368efc82923fec0240621b3c5374a1827bda3f87192c8d369c618f3ea
2020-10-02 14:39:53 +00:00
crc
af987fef8d vm: python, finish adding Arland's floating point I/O implementation
FossilOrigin-Name: f60859224303d03c138a1d630b9e85b8a9a9e1b12644d41f73d5852af158d1cd
2020-09-28 17:50:47 +00:00
crc
bf8346a6f3 vm: python, begin work on supporting floating point i/o device
FossilOrigin-Name: 668532f0b0b0744cd8ec0170fad6654f035cc5d7182221b10645e8b49fadba4f
2020-09-28 16:49:09 +00:00
crc
9c69997d23 reformat python code for consistency
FossilOrigin-Name: 736acb6c40df186d519b832766543bb2a14ae09bb7aed1064922a211b3fff322
2020-09-22 12:06:40 +00:00
crc
5a039f381c nga-python: add an implementation of the shift instruction
FossilOrigin-Name: a97e3fd10b07e905099fdb14c131b85df6d518223a37a75dd2499c6b382b33c1
2020-09-21 13:31:21 +00:00
crc
2f339dca49 retro.py: fix bug in i_fe() that was misreporting the stack depth (fixes dump-stack, as reported by Scott McCallum)
FossilOrigin-Name: 0a3728a36a36c74ea4f5573271acb1524635344f3fabf379cdd665477da1d1f1
2020-09-18 12:03:40 +00:00
crc
9ffc6f277f END -> HALT in Nga instruction naming
FossilOrigin-Name: e3a4cbb9ac94f83d9e256cdaca70addde60626771ccb68b9f784ca4b355ee2ea
2019-12-10 18:51:56 +00:00
crc
1be951596f begin further reorganization of the source tree
FossilOrigin-Name: 4645fa7e95b86179341a90f76786b7a2258fc5861c655f107f1a7117da8770b0
2019-11-22 18:17:03 +00:00
Renamed from interface/alternates/retro.py (Browse further)