IRC bot in COBOL-74 - https://github.com/heddwch/WOPO
Go to file
Quinn Evans 94f875eab1 ¡THE HORROR‼ *Massive* refactor. Use register file for everything.
This was done as quickly as I could possibly do it. It is very
rough around the edges. $SHOW-ESCAPES currently has no effect.
There is no switch parsing yet, so input and output cannot be
specified. These things should be simple to add now that the
major rework is complete.
2017-03-21 00:19:19 -06:00
.gitignore Initial commit 2015-09-26 23:44:50 -06:00
BF-RUN.COB Remove old, commented-out dead code 2016-01-01 22:24:35 -07:00
DECASCII.COB Many small bugfixes... 2015-10-02 21:03:50 -06:00
DECSTR.COB Many small bugfixes... 2015-10-02 21:03:50 -06:00
ENCASCII.COB Add support for generating lower-case ASCII. 2015-10-03 12:58:51 -06:00
ENCSTR.COB Many small bugfixes... 2015-10-02 21:03:50 -06:00
IRC-MSG.COB (Dis)ambiguate some variables, fix a line continuation 2017-03-05 22:47:00 -07:00
LICENSE Initial commit 2015-09-26 23:44:50 -06:00
PRINTCNF.COB Increase USER-NAME width, change WOPO-CNF to batch 2015-12-10 18:49:24 -07:00
README.md Initial commit 2015-09-26 23:44:50 -06:00
REESCAPE.COB Actually add module needed for $SHOW-ESCAPES functionality. 2015-10-13 15:30:03 -06:00
WOPO-CNF.COB Increase USER-NAME width, change WOPO-CNF to batch 2015-12-10 18:49:24 -07:00
WOPO.COB ¡THE HORROR‼ *Massive* refactor. Use register file for everything. 2017-03-21 00:19:19 -06:00
channel.c Stop possibly writing past the end of msg_buf 2015-10-24 21:44:08 -06:00
gnu-cobol.sh Add $SHOW-ESCAPES toggle. 2015-10-13 15:29:14 -06:00

README.md

WOPO

IRC bot in COBOL-74