1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-09-19 13:22:42 -07:00
Abacus/src/org/nwapw/abacus/lexing/pattern
Danila Fedorin c350c24f62 Add link nodes to collections and check for their presence.
This prevents infinite loops, as Link nodes do not follow regular
addInto behavior.
2017-07-28 09:51:59 -07:00
..
AnyNode.java Add a lot of comments. More to come. 2017-07-25 22:47:48 -07:00
EndNode.java Add a lot of comments. More to come. 2017-07-25 22:47:48 -07:00
LinkNode.java Add link nodes to collections and check for their presence. 2017-07-28 09:51:59 -07:00
Match.java Add a lot of comments. More to come. 2017-07-25 22:47:48 -07:00
Pattern.java Switch all uses of *List, *Map to just List and Map. 2017-07-27 18:19:12 -07:00
PatternChain.java Add a lot of comments. More to come. 2017-07-25 22:47:48 -07:00
PatternNode.java Switch all uses of *List, *Map to just List and Map. 2017-07-27 18:19:12 -07:00
RangeNode.java Add a lot of comments. More to come. 2017-07-25 22:47:48 -07:00
ValueNode.java Add a lot of comments. More to come. 2017-07-25 22:47:48 -07:00