index
:
rep.git
master
Parser generator for Emacs written in Rust
JSDurand
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chain
/
src
Age
Commit message (
Expand
)
Author
2023-08-10
Move the trait `Forest` to the crate "forest".
JSDurand
2023-08-09
Fix a bug of using incorrect forest nodes to plant.
JSDurand
2023-08-04
minor adjustments
JSDurand
2023-08-04
splone: fix the bug of finding the wrong node
JSDurand
2023-08-04
chain/item: Make some function public
JSDurand
2023-08-04
chain/atom/default: Fix nullibility of virtual nodes.
JSDurand
2023-08-04
chain/default: Add funtion `print_current`
JSDurand
2023-08-01
Fix some bugs
JSDurand
2023-07-30
chain/default.rs: Minor adjustment and add a plan
JSDurand
2023-07-22
Add experimental python scripts for debugging
JSDurand
2023-07-21
Print graphs with edges in order
JSDurand
2023-07-21
bump version
JSDurand
2023-07-21
chain/default: Remove the annoying node whenever plausible.
JSDurand
2023-07-21
chain/atom/default: add a function to print virtual nodes.
JSDurand
2023-07-21
genins: Use relative file path for printing forests.
JSDurand
2023-07-21
splone: splitting parents properly.
JSDurand
2023-07-19
chain/atom/default: Make `print_nullables` public.
JSDurand
2023-07-19
genins: Fix the bug of forgetting to set ending positions.
JSDurand
2023-07-18
chain/src/item/default/mod.rs: Add a unit test for `set_pos`
JSDurand
2023-07-18
Fix the bug of incorrectly setting the end of forest nodes
JSDurand
2023-07-18
chain/src/atom/default.rs: Add function to print nullables
JSDurand
2023-07-18
Fix a bug of unnecessarily cloning nodes.
JSDurand
2023-07-16
Fix the bug of forgetting to check cloned nodes.
JSDurand
2023-07-13
genins: stop printing files if the directory does not exist
JSDurand
2023-07-12
Fix the bug of testing prefixes and planting
JSDurand
2023-07-08
Finished the Emacs binding.
JSDurand
2023-06-18
fixed the bugs of node duplications and left-open nodes
JSDurand
2023-06-02
review of previous bug fix
JSDurand
2023-06-02
Fix a bug of duplication from planting after sploing
JSDurand
2023-03-02
extra reductions
JSDurand
2023-02-28
Add a type Reducer for recording extra reductions
JSDurand
2023-02-28
Merge from master
JSDurand
2023-02-28
Add no_item parameter.
JSDurand
2023-02-28
default: add a plan
JSDurand
2023-02-28
genins: fix minor error according to clippy
JSDurand
2023-02-27
before a major refactor
JSDurand
2023-02-13
Fix phantom edges
JSDurand
2023-02-12
fix clone not changing the root
JSDurand
2023-02-12
Added the functionality of split or clone.
JSDurand
2023-02-03
Finally produced the first correct forest
JSDurand
2023-01-28
a prototype of an item derivation forest
JSDurand
2023-01-22
forest: clone correctly
JSDurand
2023-01-20
minor refactoring
JSDurand
2023-01-20
chain: a prototype is added.
JSDurand
2023-01-13
forest seems to be completed
JSDurand
2023-01-11
Record left-linear expansion and forest format
JSDurand
2023-01-06
Save before system restart.
JSDurand
2023-01-05
singly labelled graphs
JSDurand
2023-01-03
structural change: separate crates out
JSDurand
2022-12-23
renaming core to chain and some other changes
JSDurand