Commit Graph

7 Commits (v0.33.1)

Author SHA1 Message Date
trivernis d84b0d86dd
Change settings format
Settings are now stored in a specific format defined in the settings
module. The Manifest.toml file will be loaded by default. Further
config files can be imported with the default file import syntax.

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis dd65c65c9d Refactor project folder and file structure
- add folders for references and utils as well as elements
- extract the line and inline parsing of the parser into separate traits
4 years ago
trivernis fc1d1ccb56 Add automated parsing tests 4 years ago
trivernis 8afdfc71d6 Fix doc rendering for imports 4 years ago
trivernis bc1d620aa0 Add to html implementation 4 years ago
trivernis 110109c882 Add escape character handling 4 years ago
trivernis e9e7dca783 Add tokens and started with the parsing 4 years ago