https://github.com/virtualagc/virtualagc

sort by:
Revision Author Date Message Commit Date
9b51b47 Changed "modern" comments in XPL source code from /*/ to /*@, because I realized that all of the headers I had added to the files produced compile-time errors. 05 April 2024, 12:14:14 UTC
2880975 Fixed bugs related to COMMON; added some test files and reorganized others. 04 April 2024, 21:39:34 UTC
55d2b57 Implemented saving/restoring of COMMON block, as well as bug fixes for COMMON. 04 April 2024, 11:13:14 UTC
19110a7 Made some file-paths in XCOM-I more portable. 04 April 2024, 03:21:17 UTC
4043fbb I think XCOM-I may not work for standard XPL; at least, it compiles the ANALYZER.xpl program from the XPL-TWS-1969-03 source tree, and the compiled program seems to run correctly with the XPL.bnf syntax from that source tree. 04 April 2024, 02:02:22 UTC
8641d93 Lots of XCOM-I compiler fixes. Now translates ANALYZER.xpl without error, and the C code output by the translator has surprisingly few gcc errors. 03 April 2024, 22:53:19 UTC
e46bc96 SHR and SHL builtins supported, Example 6.18.6 now working. 02 April 2024, 18:18:05 UTC
2bbbfa3 Example 6.18.5 now compiles and seemingly works fine, while 6.18.3 and 6.18.4 continue to work. 02 April 2024, 18:04:59 UTC
c6300ba More corrections to XCOM-I README. 02 April 2024, 01:16:53 UTC
c399359 More updates to XCOM-I README. 02 April 2024, 01:11:45 UTC
764faa0 Small clarification to XCOM-I README. 02 April 2024, 00:35:27 UTC
100fa3e The first commit of experimental compiler (XCOM-I) for translating programs written in the Intermetrics version of the XPL language into standard C. 02 April 2024, 00:32:29 UTC
a8d66c8 Minor tweaks associated with supporting Skylark 48. 06 March 2024, 12:40:55 UTC
7a80845 Merge pull request #1220 from thewonderidiot/Skylark48_source Add source reconstruction of Skylark 48 06 March 2024, 12:07:50 UTC
165c2ee Add source reconstruction of Skylark 48 06 March 2024, 05:24:19 UTC
ab7d916 Fixed format bug in a README. 19 February 2024, 02:29:13 UTC
7ce67dc Merge pull request #1218 from thewonderidiot/radarupt yaAGC: Implement internally-timed RADARUPTs 29 January 2024, 20:52:49 UTC
80a6606 yaAGC: Implement internally-timed RADARUPTs 29 January 2024, 19:45:59 UTC
b78f4cf Updated VirtualAGC GUI to run dumped Skylark 48; i.e., enabling Skylab 2-4 and ASTP missions. 25 January 2024, 14:04:58 UTC
8ed07ee Added dumps of Skylark 48 rope-memory modules to the rope-module dump library. 25 January 2024, 13:25:06 UTC
eab60d0 Merge pull request #1217 from thewonderidiot/yaAGC_standby_bug_fix yaAGC: Clear more internal state on GOJAM 04 January 2024, 14:00:01 UTC
fa33751 yaAGC: Clear more internal state on GOJAM 04 January 2024, 03:18:59 UTC
0f36e3f Sunspot dumps added to rope-module library. Some updates to HAL/S compiler port. 25 December 2023, 15:25:26 UTC
a09b085 Some work on porting FLOW and PASS2 passes of the HAL/S compiler, but I see now that the logical next step is to port the OPT pass instead. 02 December 2023, 00:43:03 UTC
1c38cc7 More work on FLOWGEN pass of HAL/S compiler. 21 November 2023, 00:56:58 UTC
6755d0b More work on FLOWGEN pass of HAL/S compiler. 19 November 2023, 23:57:54 UTC
a9fd204 Changed folder used for i/o files by HAL/S compiler. Switched to immediately porting FLOWGEN rather than PASS2. 19 November 2023, 15:27:52 UTC
f539a46 Began porting PASS2 of HAL/S compiler. 16 November 2023, 23:42:55 UTC
69699a1 HAL/S compiler fixes related to handling of literal table and printing of inline comments; comments in sample code fixed vs 72-column margin. 15 November 2023, 00:29:18 UTC
6fa9d69 Fixed bug in HAL/S-FC not saving generated HALMAT. 12 November 2023, 22:04:48 UTC
8b9018d Updates to the contemporary HAL/S-FC source code, relevant to porting next compiler pass(es) to Python 3. 12 November 2023, 04:21:43 UTC
4508e55 Updated HAL/S compiler README. 11 November 2023, 18:35:00 UTC
99e08e9 Source tree for ported HAL/S compiler changed in order to accommodate porting PASS 2. 11 November 2023, 18:27:18 UTC
d1f37cf Typo corrected. 11 November 2023, 15:44:02 UTC
a035224 Deleted files I apparently had incompletely deleted before. 11 November 2023, 13:08:43 UTC
301c0a2 Renamed top-level HAL/S compiler yet again. 11 November 2023, 13:00:11 UTC
5521b77 Changed name of HAL/S compiler. 11 November 2023, 12:55:27 UTC
5c64e1a Updates to HAL/S-FC README. 11 November 2023, 12:40:11 UTC
b95f814 Main file of ported HAL/S compiler renamed to avoid some cross-platform issues. 10 November 2023, 23:16:43 UTC
b5f7a3a Fixed formatting of DOUBLE literals in HAL/S-FC literal-table dump. I hope! 10 November 2023, 00:07:40 UTC
91f523d Fixed HAL/S compiler version stamp. 08 November 2023, 14:16:49 UTC
1f7ba2d Oops! Messed up the preceding commit. 07 November 2023, 21:31:04 UTC
e0de951 Added a BASH shell script HAL-S-FC.sh, and fixed some errors that I somehow had missed seeing in the compiler and HAL/S sample files. 07 November 2023, 21:29:52 UTC
265f5ae For Windows, added a HAL-S-FC batch file and removed all UTF-8 from sample HAL/S source files. 07 November 2023, 21:15:15 UTC
e93f561 Fixup for Windows UTF-8 bug. 07 November 2023, 20:35:58 UTC
800b7e8 Fix to HAL/S-FC --help. 07 November 2023, 20:07:27 UTC
b4df807 The ported original HAL/S compiler (PASS 1 only) now compiles all presently- available HAL/S source code files without compile-time error messages. 07 November 2023, 14:03:41 UTC
d0df351 More fixes to the ported HAL/S compiler. 06 November 2023, 23:43:50 UTC
77903a9 Made allowances for HAL/S compiler's SRN option. 06 November 2023, 19:57:13 UTC
99a159b More progress porting HAL/S compiler, and in fixing problems in some of the HAL/S sample files. 05 November 2023, 23:56:05 UTC
752273c Updates to README for Python port of HAL/S compiler. 05 November 2023, 12:16:47 UTC
07f5d28 Progress on Python port of HAL/S compiler. 04 November 2023, 23:25:25 UTC
cb9bee8 More porting progress on HAL/S compiler. 03 November 2023, 22:29:14 UTC
0db948b More progress with Python port of original HAL/S compiler. 03 November 2023, 00:02:56 UTC
7882e71 More progress on port of HAL/S compiler. 31 October 2023, 23:48:27 UTC
147e75f More progress on port of XPL HAL/S-FC to Python. 30 October 2023, 23:15:45 UTC
8d43416 Progress on port of original HAL/S compiler. 30 October 2023, 01:03:02 UTC
cd51361 Progress on Python port of HAL/S-FC and associated HAL/S code samples. 26 October 2023, 23:00:01 UTC
4c48e10 All available HAL/S sample programs (~100 files, taken from documents or written from scratch) now compile without the ported HAL/S compiler aborting. (I *don't* mean that there are no compile-time error messages, *nor* that the generated HALMAT is correct. *Nor* that the compiler wouldn't abort for some other HAL/S code. But it's a milestone.) 25 October 2023, 18:46:27 UTC
dd24920 Progress of Python port of the original HAL/S-FC compiler. 24 October 2023, 23:47:58 UTC
cf3d606 Fixed a HAL/S source line longer than 80 chars. 22 October 2023, 23:39:18 UTC
174a18a More progress on Python port of original HAL/S compiler. 22 October 2023, 23:34:45 UTC
ebfcf59 Progress on Python port of XPL HAL/S-FC. 21 October 2023, 23:54:06 UTC
b047ba8 Fixed a bug in the *original* XPL of the HAL/S compiler, and made additional progress on the Python port. 20 October 2023, 14:32:06 UTC
145b3b1 More progress and bugs fixed in Python port of XPL HAL/S compiler. 19 October 2023, 23:34:06 UTC
cdd0768 Fixed up several bugs in the Python port of XPL HAL/S-FC. 18 October 2023, 23:04:39 UTC
662020e Inconsequential formatting changes to a HAL test file. 17 October 2023, 23:48:19 UTC
b4f8f1c More porting progress on the original HAL/S compiler. 17 October 2023, 23:45:11 UTC
b98a1c6 Progress in porting HAL/S compiler from XPL to Python. 16 October 2023, 11:59:06 UTC
860e09c Progress on port of HAL/S-FC from XPL to Python. 11 October 2023, 00:02:55 UTC
44ee3f3 More progress porting HAL/S compiler from original XPL to Python. 09 October 2023, 00:55:03 UTC
28e147b Getting these fixes to be consistent (&lt; vs <) is tricky .... 06 October 2023, 00:43:11 UTC
77951b2 More formatting fixes to README. 06 October 2023, 00:41:16 UTC
9791c42 More fixes to README (all related to ` character). 06 October 2023, 00:11:03 UTC
80f8613 Changed some stuff in the README not represented properly on github. 05 October 2023, 23:59:23 UTC
e486e4f Fixed stray context change in HAL/S-FC compiler port to Python. 05 October 2023, 23:48:17 UTC
bad7014 Progress on original HAL/S-FC port to Python. 03 October 2023, 23:01:46 UTC
436e11e More progress on HAL/S compiler port. 01 October 2023, 00:41:55 UTC
3bb01c0 More progress on python port of original HAL/S compiler. 29 September 2023, 23:17:46 UTC
7d935a4 Added another file to the HAL/S compiler port. 29 September 2023, 00:29:30 UTC
b5d279f Added a couple of files to the HAL/S compiler port. 29 September 2023, 00:28:22 UTC
cdff49b More progress on Python port from XPL version of HAL/S-FC. 28 September 2023, 23:42:16 UTC
a0c0d71 More progress on port of HAL/S-FC from XPL to Python. 27 September 2023, 23:48:39 UTC
5d84fbc Added accidentally-omitted file. 26 September 2023, 23:50:40 UTC
82d6cc0 More progress on Python port of Intermetrics HAL/S-FC. 26 September 2023, 23:49:50 UTC
d241e97 More progress on python port of Intermetrics HAL/S-FC. 25 September 2023, 00:28:09 UTC
74725c0 More progress on HAL/S-FC port. 23 September 2023, 00:49:33 UTC
c5b10a8 Fixed a cent symbol in HAL/S-FC XPL source. 23 September 2023, 00:00:31 UTC
678593c Added a file I forgot on the last commit. 22 September 2023, 23:59:42 UTC
15a3f45 More progress on porting pass 1 of Intermetrics HAL/S compiler to Python. 22 September 2023, 23:58:54 UTC
79759a6 More (slow!) progress on Python port of Intermetrics HAL/S-FC. 21 September 2023, 19:27:58 UTC
55fec8d More progress on python port of Intermetrics HAL/S compiler. 19 September 2023, 01:41:24 UTC
cee0faa More progress on HAL/S-FC port to python 17 September 2023, 15:56:02 UTC
96f752e Yet another file. 17 September 2023, 00:07:31 UTC
61dfc52 Another file. 17 September 2023, 00:06:12 UTC
0dd71f0 A file for the HAL/S compiler I forgot. 17 September 2023, 00:05:12 UTC
6648519 More progress on Python3 port of Intermetrics XPL version of the HAL/S compiler. 17 September 2023, 00:04:05 UTC
c190286 More progress on Python 3 port of XPL HAL/S-FC. 15 September 2023, 00:17:08 UTC
81631a9 Fixed some d.CLASS_xxx comments. 14 September 2023, 12:17:38 UTC
fcbd50e Commit prior to reworking production numbers. 14 September 2023, 11:50:27 UTC
back to top