aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
AgeCommit message (Expand)Author
2025-02-25listamsb: remove unneeded variable in main().B. Watson
2025-02-25listamsb: exit with status 2 on any warning, not just unknown tokens.B. Watson
2025-02-25listamsb: reword some warnings.B. Watson
2025-02-25listamsb: remove "line N read OK" verbose message.B. Watson
2025-02-25listamsb: fix boo-boo.B. Watson
2025-02-25listamsb: add -c (check only) option.B. Watson
2025-02-25listamsb: more warnings for bad files.B. Watson
2025-02-25listamsb: fix line number out of order/rage detection.B. Watson
2025-02-25listamsb: diddle the help banner.B. Watson
2025-02-25listamsb: don't try to read tokenized BASIC from a terminal.B. Watson
2025-02-25listamsb: complain if pclose() fails.B. Watson
2025-02-25listamsb: sanity check program length in header, read stdin in binary mode.B. Watson
2025-02-25listamsb: warn on non-sequential or out-of-range line numbers.B. Watson
2025-02-25listamsb: derp! unreachable code was reachable after all.B. Watson
2025-02-25listamsb: remove unreachable code.B. Watson
2025-02-25listamsb: swallow colon before ! or ', exit w/status 2 if invalid tokens.B. Watson
2025-02-25listamsb: added (detokenize atari microsoft basic files).B. Watson