11# ALL
2- #LANGUAGE NAME DESCRIPTION
3- CPreProcessor _expand expand macros if their definitions are in the current C/C++/CUDA input file (true or [false])
4- CPreProcessor define define replacement for an identifier (name(params,...)=definition)
5- CPreProcessor if0 examine code within "#if 0" branch (true or [false])
6- CPreProcessor ignore a token to be specially handled
7- Fypp guest parser run after Fypp parser parses the original input ("NONE" or a parser name [Fortran])
2+ #LANGUAGE NAME DESCRIPTION
3+ CPreProcessor _expand expand macros if their definitions are in the current C/C++/CUDA input file (true or [false])
4+ CPreProcessor define define replacement for an identifier (name(params,...)=definition)
5+ CPreProcessor if0 examine code within "#if 0" branch (true or [false])
6+ CPreProcessor ignore a token to be specially handled
7+ Fypp guest parser run after Fypp parser parses the original input ("NONE" or a parser name [Fortran])
8+ ITcl forceUse enable the parser even when `itcl' namespace is not specified in the input (true or [false])
9+ TclOO forceUse enable the parser even when `oo' namespace is not specified in the input (true or [false])
810
911# ALL MACHINABLE
1012#LANGUAGE NAME DESCRIPTION
@@ -13,13 +15,17 @@ CPreProcessor define define replacement for an identifier (name(params,...)=defi
1315CPreProcessor if0 examine code within "#if 0" branch (true or [false])
1416CPreProcessor ignore a token to be specially handled
1517Fypp guest parser run after Fypp parser parses the original input ("NONE" or a parser name [Fortran])
18+ ITcl forceUse enable the parser even when `itcl' namespace is not specified in the input (true or [false])
19+ TclOO forceUse enable the parser even when `oo' namespace is not specified in the input (true or [false])
1620
1721# ALL MACHINABLE NOHEADER
1822CPreProcessor _expand expand macros if their definitions are in the current C/C++/CUDA input file (true or [false])
1923CPreProcessor define define replacement for an identifier (name(params,...)=definition)
2024CPreProcessor if0 examine code within "#if 0" branch (true or [false])
2125CPreProcessor ignore a token to be specially handled
2226Fypp guest parser run after Fypp parser parses the original input ("NONE" or a parser name [Fortran])
27+ ITcl forceUse enable the parser even when `itcl' namespace is not specified in the input (true or [false])
28+ TclOO forceUse enable the parser even when `oo' namespace is not specified in the input (true or [false])
2329
2430# CPP
2531#NAME DESCRIPTION
0 commit comments