index
:
bw-atari8-tools
master
Atari 8-bit utilities for *nix
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
whichbas.c
Age
Commit message (
Expand
)
Author
2024-07-07
whichbas: fix bug in $PUT/BLOAD logic.
B. Watson
2024-07-07
whichbas: fix EXOR/BUMP( and DIV/RANDOM( logic.
B. Watson
2024-07-07
whichbas: rewrite handle_op as a switch, keep track of last op token, improve...
B. Watson
2024-07-07
whichbas: detect >128 Turbo BASIC variables.
B. Watson
2024-07-07
whichbas: improve (%0 %1 %2), (LEFT$ RIGHT$ MID$) op logic.
B. Watson
2024-07-07
whichbas: consolidate op logic.
B. Watson
2024-07-07
whichbas: add partial support for DIB/RANDOM( op.
B. Watson
2024-07-07
whichbas: revert last commit (broken).
B. Watson
2024-07-07
whichbas: more partial support for EXOR/BUMP( op.
B. Watson
2024-07-07
whichbas: add partial support for EXOR/BUMP( op.
B. Watson
2024-07-07
whichbas: add HEX$/FIND( op.
B. Watson
2024-07-07
whichbas: add a few more operators, document the rest.
B. Watson
2024-07-07
whichbas: include line number in invalid token err msgs.
B. Watson
2024-07-07
whichbas: immediately choke & die on invalid tokens.
B. Watson
2024-07-07
bas.c: handle possibility of turbo/bxl/bxe hex constant.
B. Watson
2024-07-07
whichbas: stop after first match, add -k to restore original behaviour.
B. Watson
2024-07-07
whichbas: added.
B. Watson