add rogue submodule and support for compiling, some cleanup
This commit is contained in:
parent
a060b65bb9
commit
3eb51f7d4e
9 changed files with 132 additions and 7 deletions
|
|
@ -39,3 +39,11 @@ py pcomp.py ..\tests\test133.pas
|
|||
py pcomp.py ..\examples\chase.pas
|
||||
py pcomp.py ..\tests\cchangetest.pas
|
||||
py pcomp.py ..\tests\tree.pas
|
||||
|
||||
if not exist ..\rogue\rogue.pas exit /b
|
||||
|
||||
cd ..\rogue
|
||||
..\pcomp\pcomp rogue.pas
|
||||
..\pcomp\sasm rogue.s
|
||||
|
||||
cd ..\pcomp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue