|
FAUST compiler
0.9.9.6b8
|
A minimalistic parser used to recognize '#include <faust/...>' patterns when copying architecture files. More...
Public Member Functions | |
| myparser (const string &s) | |
| bool | skip () |
| bool | parse (const string &s) |
| bool | filename (string &fname) |
Private Attributes | |
| string | str |
| size_t | N |
| size_t | p |
A minimalistic parser used to recognize '#include <faust/...>' patterns when copying architecture files.
Definition at line 121 of file enrobage.cpp.
|
inline |
Definition at line 127 of file enrobage.cpp.
|
inline |
Definition at line 130 of file enrobage.cpp.
Referenced by isFaustInclude().

|
inline |
Definition at line 129 of file enrobage.cpp.
Referenced by isFaustInclude().

|
inline |
Definition at line 128 of file enrobage.cpp.
Referenced by isFaustInclude().

|
private |
Definition at line 124 of file enrobage.cpp.
Referenced by filename(), and skip().
|
private |
Definition at line 125 of file enrobage.cpp.
Referenced by filename(), parse(), and skip().
|
private |
Definition at line 123 of file enrobage.cpp.
Referenced by filename(), parse(), and skip().
1.8.7