issues
search
bobertlo
/
gmars
Go implementation of CoreWar MARS simulator
MIT License
3
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
implement symbol scanner
#87
bobertlo
closed
12 hours ago
0
Implement assert
#86
bobertlo
closed
2 days ago
0
lex: remove leading 0's to not parse integers in octal
#85
bobertlo
closed
3 days ago
0
94fixes
#84
bobertlo
closed
3 days ago
0
add some simple constants
#83
bobertlo
closed
3 days ago
0
parser: stop after parsing end psuedo op line
#82
bobertlo
closed
3 days ago
0
Compiler tests / bugfixes
#81
bobertlo
closed
4 days ago
0
compiler: equ macro expansion needs to be done before parsing
#80
bobertlo
opened
4 days ago
0
compiler: handle 88 dat op address modes properly
#79
bobertlo
closed
4 days ago
0
vmars: run automatically, cleanup demo message
#78
bobertlo
closed
4 days ago
0
add demo warriors when no arguments are given
#77
bobertlo
closed
4 days ago
0
Need larger tiles for smaller core sizes
#76
bobertlo
opened
5 days ago
0
Add single warrior battle support
#75
bobertlo
closed
5 days ago
0
allow equality tests in for expressions
#74
bobertlo
opened
5 days ago
0
lex colons and accept after line labels
#73
bobertlo
closed
5 days ago
0
handle EOF after END op
#72
bobertlo
closed
6 days ago
0
RunCycle: stop execution when one warrior left living
#71
bobertlo
closed
6 days ago
0
stop execution mid cycle if warriorCount == 1 (when more than warrior are loaded)
#70
bobertlo
closed
6 days ago
0
parser: accept EOF after psuedo op
#69
bobertlo
closed
6 days ago
0
accept (but ignore) colon after labels
#68
bobertlo
closed
5 days ago
0
add nop256 config preset
#67
bobertlo
closed
6 days ago
0
Add Presets
#66
bobertlo
closed
6 days ago
0
implement FOR macro symbol concatenation
#65
bobertlo
opened
6 days ago
0
README.md: update
#64
bobertlo
closed
6 days ago
0
implement constant symbols
#63
bobertlo
opened
1 week ago
1
implement assert
#62
bobertlo
closed
2 days ago
0
support multi-line labels
#61
bobertlo
closed
1 week ago
0
Implement FOR/ROF loop macros
#60
bobertlo
closed
1 week ago
0
cmd: random start position does not account for core size
#59
bobertlo
closed
6 days ago
0
Vmars improvements and fixes
#58
mateusz
opened
1 week ago
0
Implement Compiler
#57
bobertlo
closed
1 week ago
0
Implement Parser Frontend
#56
bobertlo
closed
1 week ago
0
Visualize Process Queues, Report WarriorTaskPush
#55
bobertlo
closed
2 weeks ago
0
move mars package to repo base directory, rename gmars
#54
bobertlo
closed
2 weeks ago
0
vmars: display scores updated each round
#53
bobertlo
opened
2 weeks ago
0
vmars: enable rounds limit, autopilot
#52
bobertlo
opened
2 weeks ago
0
vmars: display winner on battle end
#51
bobertlo
closed
2 weeks ago
0
simulators should support single warrior battles
#50
bobertlo
closed
5 days ago
0
Sim: fix runcycles, vmars: stop when one warrior dies
#49
bobertlo
closed
2 weeks ago
0
simulator should stop when one warrior dies
#48
bobertlo
closed
2 weeks ago
0
regression: cycles should execute each warrior once, not a single warrior (to comply with cycle limit)
#47
bobertlo
closed
2 weeks ago
0
parse for loops
#46
bobertlo
closed
1 week ago
0
add cmd/vmars
#45
bobertlo
closed
2 weeks ago
0
WIP Trying out fyne ui
#44
mateusz
opened
2 weeks ago
0
add StateRecorder
#43
bobertlo
closed
2 weeks ago
0
Fix RunCycles Validate Config, and split AddWarrior / SpawnWarrior
#42
bobertlo
closed
2 weeks ago
0
add link to godoc in README.md
#41
bobertlo
closed
2 weeks ago
0
Refactor Warrior and Simulator to be interfaces, clean up public exports
#40
bobertlo
closed
2 weeks ago
0
make Simulator interface
#39
bobertlo
closed
2 weeks ago
0
Add README and LICENSE
#38
bobertlo
closed
2 weeks ago
0
Next