This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
data-driven-system [2015/08/15 18:11] Mitch [Constant Files] |
data-driven-system [2015/08/15 18:35] (current) Mitch |
||
---|---|---|---|
Line 11: | Line 11: | ||
The following file types make up the ParserMonster Framework Data-driven System: | The following file types make up the ParserMonster Framework Data-driven System: | ||
- | ===== Task Files ===== | + | ===== Task Files (*.task) |
The most visible of these files is the [[taskfiles|Task file]]. It contains the [[ParserMonster Commands|commands]] and [[ParserMonster Directives|directives]] that make the framework come to life. Naturally, the more task files you have, the more powerful your program becomes. If you learn to write your own tasks, you may not have buy more than one ParserMonster-based product! (The obvious corollary is that, yes, you can mix and match tasks - as long as they are not embedded in the program package.) | The most visible of these files is the [[taskfiles|Task file]]. It contains the [[ParserMonster Commands|commands]] and [[ParserMonster Directives|directives]] that make the framework come to life. Naturally, the more task files you have, the more powerful your program becomes. If you learn to write your own tasks, you may not have buy more than one ParserMonster-based product! (The obvious corollary is that, yes, you can mix and match tasks - as long as they are not embedded in the program package.) | ||
Line 22: | Line 22: | ||
- | ===== Constants, Flags and Variables | + | ===== Constant Files (cx*.txt) |
- | As you become more proficient with writing tasks and scripts, you'll want to explore [[parsermonster_constants|constants]], | + | As you become more proficient with writing tasks and scripts, you'll want to explore [[parsermonster_constants|constants]], |
- | ==== Constant Files ==== | + | You won't have access to most of the [[constantfiles|constant files]] maintained by ParserMonster. |
- | You won't have access to most of the [[constantfiles|constant files]] maintained by ParserMonster. | + | |
- | + | ||
- | ==== Flag Files ==== | + | |
- | Flags are true/false variables that modify many different parts of the software. | + | |
===== Data ===== | ===== Data ===== |