THis provides a powerful meta- language for QuickBASIC, BASCOM
(including "PDS"), and even the QBASIC provided with DOS 5.0.
It processes your code before the compiler gets to it, allowing
conditional compilation, underscores within variable names,
flexible "include" files (which may even contain SUB and
FUNCTION definitions), name substitutions, and more. C
programmers have had preprocessors for years-- now there's one
for BASIC as well!
File List:
BPP.DOC
14Kb
BPP.EXE
52Kb
CATALOG.TXT
4Kb
FILE_ID.DIZ
48b
PRODUCT.TXT
6Kb
REGISTER.TXT
5Kb
WHERE.BBS
3Kb
Similar code
Bodil v0.8
(Popularity: ) : Bodil takes files in Microsoft .OBJ format (as generated by
MASM and TASM) and gives DATA statements for use with ...