File List
Here is a list of all files with brief descriptions:
- dir source
- dir defs
- file pdgl_defs.h Common definitions for the PDGL.
- dir prod_janet
- dir src
- file prod_janet.c Defines the functionality of a Janet production, allowing for injection of arbitrary Janet code.
- file prod_janet.h Defines the functionality of a Janet production, allowing for injection of arbitrary Janet code.
- dir src
- dir prod_pure
- dir src
- file prod_pure.c Defines the functionality of a pure production.
- file prod_pure.h Defines the functionality of a pure production.
- dir src
- dir prod_range
- dir src
- file prod_range.c Defines the functionality of a range production, yielding an integer in a given range.
- file prod_range.h Defines the functionality of a range production, yielding an integer in a given range.
- dir src
- dir prod_weighted
- dir src
- file prod_weighted.c Defines the functionality of a weighted production.
- file prod_weighted.h Defines the functionality of a weighted production.
- dir src
- dir production_store
- dir src
- file production_store.c Describes the storage used for productions of a language.
- file production_store.h Describes the storage used for productions of a language.
- dir src
- dir resolution_machine
- dir src
- file resolution_machine.c Handle the production of a word in a language configured into a production store.
- file resolution_machine.h Handle the production of a word in a language configured into a production store.
- dir src
- dir toml_parser
- dir src
- file toml_parser.c Parses a TOML string into a production store and frees a store created with the module.
- file toml_parser.h Parses a TOML string into a production store and frees a store created with the module.
- dir src
- dir defs