Skip to content
  • rdubner's avatar
    Release version 0.10.1 · 21ad4aac
    rdubner authored
    This version involves a moderately radical change.  Up until now, the process involved
    creating a .tab file that was left next to the .cbl source file.  The cprint.py script
    embedded in the executable would look for the .tab file and get line number and COBOL/C
    symbol table cross-reference information from there.  In this version, obmod reads
    the .tab file and embeds the data into the cprint.py script.  The symbols ride with
    the executable, and the .tab file isn't needed once obmod runs.
    21ad4aac