summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-10Add an example 'bfinterp'HEADmasterJSDurand
2023-08-10Modify READMEJSDurand
2023-08-10Move the trait `Forest` to the crate "forest".JSDurand
2023-08-09Fix a bug of using incorrect forest nodes to plant.JSDurand
2023-08-05bump version: 0.1.3JSDurand
2023-08-04add a crate 'tokens'JSDurand
2023-08-04minor adjustmentsJSDurand
2023-08-04splone: fix the bug of finding the wrong nodeJSDurand
2023-08-04chain/item: Make some function publicJSDurand
2023-08-04chain/atom/default: Fix nullibility of virtual nodes.JSDurand
2023-08-04chain/default: Add funtion `print_current`JSDurand
2023-08-01Fix some bugsJSDurand
2023-07-30chain/default.rs: Minor adjustment and add a planJSDurand
2023-07-30DIARY: Add more thoughtsJSDurand
2023-07-30update READMEJSDurand
2023-07-30Fix makefile's.JSDurand
2023-07-30grammar: cancel the plan of adding a range typeJSDurand
2023-07-22Add some auxiliary data.JSDurand
2023-07-22Add experimental python scripts for debuggingJSDurand
2023-07-21Print graphs with edges in orderJSDurand
2023-07-21Bump version number to 0.1.20.1.2JSDurand
2023-07-21Add variations to the testJSDurand
2023-07-21regex: Merge the `types` array as well.JSDurand
2023-07-21abnf: Correct error reportsJSDurand
2023-07-21Derive Debug for a typeJSDurand
2023-07-21Add a rule to compile the Rust partJSDurand
2023-07-21Add a change log to celebrate.0.1.1JSDurand
2023-07-21bump versionJSDurand
2023-07-21chain/default: Remove the annoying node whenever plausible.JSDurand
2023-07-21chain/atom/default: add a function to print virtual nodes.JSDurand
2023-07-21genins: Use relative file path for printing forests.JSDurand
2023-07-21grammar/label: `set_end_option`JSDurand
2023-07-21splone: splitting parents properly.JSDurand
2023-07-21make changes install file for some reasonJSDurand
2023-07-19graph: Add a future plan.JSDurand
2023-07-19chain/atom/default: Make `print_nullables` public.JSDurand
2023-07-19genins: Fix the bug of forgetting to set ending positions.JSDurand
2023-07-19grammar/abnf: Fix a bug of repeatedly adding non-terminalsJSDurand
2023-07-18chain/src/item/default/mod.rs: Add a unit test for `set_pos`JSDurand
2023-07-18Fix the bug of incorrectly setting the end of forest nodesJSDurand
2023-07-18chain/src/atom/default.rs: Add function to print nullablesJSDurand
2023-07-18Fix a bug of unnecessarily cloning nodes.JSDurand
2023-07-18test.c: Save the forest to a file.JSDurand
2023-07-16Fix the bug of forgetting to check cloned nodes.JSDurand
2023-07-15test.c: I forgot to check if a malloc fails.JSDurand
2023-07-13genins: stop printing files if the directory does not existJSDurand
2023-07-13helper.h: delete a duplicated declarcationJSDurand
2023-07-13remove intermediate filesJSDurand
2023-07-13Add config for cross-compilationJSDurand
2023-07-12Fix the bug of testing prefixes and plantingJSDurand