1
0
Commit Graph

13 Commits

Author SHA1 Message Date
ab5f4e623b
Ruff format 2024-07-10 01:15:47 +02:00
9c3d218679
Cleanup 2024-07-10 01:10:01 +02:00
eddb64c9b8 Switched from tabs to spaces. 2018-02-06 20:56:33 +01:00
8d0b672b63 Made infernal-intepreter more unix-like. 2017-11-19 16:53:15 +01:00
57049e1377 Added tests 2016-03-13 15:44:59 +01:00
8b146efe68 Added Junk value, for which all operations are
defined to produce junk.
Any comparison involving junk triggers the i status register.
Any conditional jump triggered when the i register is true,
triggers a python level exception.
2015-12-19 16:55:14 +01:00
4b65c75e21 Moved tikz options into the painter class. 2015-12-17 18:02:07 +01:00
9688172806 Changed stack architecture to move downwards.
TikzPainter have been adjusted for the change.
Stack limits are now shown.
2015-12-17 17:48:37 +01:00
b783b22bc4 Fixed som small dumb errors. 2015-12-17 00:11:18 +01:00
9397c8cc56 Added simple test infrastructure, and some simple tests. 2015-12-17 00:06:26 +01:00
53d45414f8 Added minor functionality, 2015-12-16 02:09:04 +01:00
5fb171d25c Moved drawing functionality to a new class "TikzPainter". 2015-12-16 01:36:23 +01:00
6334d183dd Fixed naming of the module.
Moved the test case to its own file.
Allowed the emulator to be iterated over.
Minor fixes and such.
2015-12-16 00:43:30 +01:00