Mind_Reader/src/pylex
Jake Grossman 887f88eba6
Add H5 & H4: Listen to Cursor/Line Context (#7)
* Update parser

Implied nodes caused ambiguity when querying for context. Now every line
is considered, even blank lines, to make the process much, *much* easier.

* Update pylex tests

* Add runCursorContext
2021-11-16 11:35:38 -06:00
..
index.ts Add H5 & H4: Listen to Cursor/Line Context (#7) 2021-11-16 11:35:38 -06:00
lexer.ts Add H5 & H4: Listen to Cursor/Line Context (#7) 2021-11-16 11:35:38 -06:00
node.ts Add H5 & H4: Listen to Cursor/Line Context (#7) 2021-11-16 11:35:38 -06:00
parser.ts Add H5 & H4: Listen to Cursor/Line Context (#7) 2021-11-16 11:35:38 -06:00
token.ts Add H5 & H4: Listen to Cursor/Line Context (#7) 2021-11-16 11:35:38 -06:00