ramtinms / tokenquery

TokenQuery (regular expressions over tokens)
GNU General Public License v3.0
28 stars 13 forks source link

Efficiency #5

Open ramtinms opened 7 years ago

ramtinms commented 7 years ago

Check out this http://www.cosc.canterbury.ac.nz/greg.ewing/python/Plex/1.1.1/doc/Tutorial.html or other similar fast lexers.

ramtinms commented 7 years ago

we need a fast method like Thompson's construction