issues
search
rrthomas
/
mit
A simple stack-based VM
Other
10
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
AppVeyor: add Ubuntu and macOS builds
#412
rrthomas
closed
1 year ago
0
Build with cosmopolitan
#411
rrthomas
opened
3 years ago
0
Change CATCH/RET → CALL/CC?
#410
rrthomas
opened
4 years ago
0
Adopt LSHIFT from Bee
#409
rrthomas
opened
4 years ago
0
Various changes from review feedback
#408
rrthomas
closed
4 years ago
0
Name errors and specify when they are detected
#407
rrthomas
opened
4 years ago
0
Stack access instructions
#406
rrthomas
opened
4 years ago
0
Conform `spec.py` to `mit.tex`
#405
rrthomas
closed
4 years ago
0
Formalize the grammar of stack pictures
#404
rrthomas
closed
4 years ago
0
`ret`: simplify the spec
#403
rrthomas
closed
4 years ago
14
mit.tex: improve presentation of stack items
#402
rrthomas
closed
4 years ago
0
Minor fixes
#401
rrthomas
closed
4 years ago
0
More review feedback and minor fixes
#400
rrthomas
closed
4 years ago
0
Generalise `tests.mit_test`
#399
apt1002
opened
4 years ago
0
Reintroduce the stack as a member of class State
#398
apt1002
opened
4 years ago
0
Code labels
#397
rrthomas
opened
4 years ago
0
Review feedback
#396
apt1002
closed
4 years ago
0
Various improvements from review.
#395
rrthomas
closed
4 years ago
0
BreakHandler class hierarchy
#394
apt1002
opened
4 years ago
2
Always copy Python modules to tests in `tests/Makefile.am`
#393
apt1002
closed
4 years ago
0
Trap plugins
#392
rrthomas
opened
4 years ago
0
Instruction set: add `eq` and `set`; move [U]DIVMOD to extra instructions
#391
rrthomas
closed
4 years ago
0
More review feedback.
#390
rrthomas
closed
4 years ago
0
Move Python bindings to a separate project
#389
apt1002
opened
4 years ago
0
Improve instruction encoding (fix #368)
#388
rrthomas
closed
4 years ago
0
Use MIT_ERROR_OK consistently for normal termination (fix #386)
#387
rrthomas
closed
4 years ago
0
Use MIT_ERROR_OK consistently to mean “normal termination” (fix #372)
#386
rrthomas
closed
4 years ago
0
Miscellaneous minor fixes to address review feedback
#385
rrthomas
closed
4 years ago
0
Review feedback
#384
rrthomas
closed
4 years ago
0
Make stack a stack of frames; some review; other changes
#383
rrthomas
closed
4 years ago
0
Fix "make loc" for VPATH build
#382
rrthomas
closed
4 years ago
0
Test --enable-package-suffix in make distcheck
#381
rrthomas
closed
4 years ago
0
"make dist" before "make" doesn't work
#380
apt1002
closed
4 years ago
3
make check omits pforth test when using a separate build directory
#379
apt1002
closed
4 years ago
1
In man page, only have version number in footer, not build type
#378
apt1002
closed
4 years ago
0
In usage message "mit [OPTION...] [OBJECT-FILE ARGUMENT...]", "OBJECT-FILE" should be mandatory
#377
apt1002
closed
4 years ago
0
Separate code generation from specification
#376
rrthomas
closed
4 years ago
0
Minor fixes to documentation; remove some obsolete code
#375
rrthomas
closed
4 years ago
0
Various minor improvements to Python bindings
#374
rrthomas
closed
4 years ago
0
Sync pForth: reactivate mit-threaded backend
#373
rrthomas
closed
4 years ago
0
`MIT_ERROR_BREAK` vs `MIT_ERROR_OK`
#372
apt1002
closed
4 years ago
0
In C and header files, move doc comments to before the declarations
#371
apt1002
closed
4 years ago
0
Make `mit_stack_words` a parameter of `mit_fn_t`.
#370
apt1002
closed
4 years ago
0
Review feedback
#369
apt1002
closed
4 years ago
1
Suggested instruction encoding tweak
#368
apt1002
closed
4 years ago
0
Extra instruction opcodes overtype the extra instruction name in `mit.pdf` section 3.9
#367
apt1002
closed
4 years ago
0
Unify description of call frames, error handlers, and call/ret
#366
apt1002
closed
4 years ago
2
A couple of fixes for Python disassembler
#365
rrthomas
closed
4 years ago
0
Performance fix
#364
apt1002
closed
4 years ago
0
Sync pForth with pforth's master branch
#363
rrthomas
closed
4 years ago
0
Next