calc++ example driver::scan_*
lostbits <[email protected]> Fri, 2 Jun 2023 14:34:03 -0700
| Newsgroups | gmane.comp.parsers.bison.general |
|---|---|
| Message-ID | <[email protected]> |
Bison.doc v3.8.1 I found the body for Driver::scan_begin and Driver::scan_end in scanner.ll. Shouldn't this be colocated with the Driver class source code? I (personally) have never seen the body of a class prototype function defined in any other location than the class source. Isn't this an example of poor coding? thanks art