teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Classes | Namespaces
nfa.h File Reference
#include <stack>
#include <string>
#include <vector>
#include <unordered_set>
#include <core/double_buffer.hpp>
#include <core/pos2d.h>

Go to the source code of this file.

Classes

struct  teditor::parser::NFA
 Ken-Thompson NFA as described here: https://swtch.com/~rsc/regexp/regexp1.html but adjusted to work with teditor environment. More...
 

Namespaces

 teditor
 
 teditor::parser