OSDN Git Service

Simpler tokenizer.
authorSimon Forman <sforman@hushmail.com>
Sun, 11 Sep 2022 00:08:46 +0000 (17:08 -0700)
committerSimon Forman <sforman@hushmail.com>
Sun, 11 Sep 2022 00:08:46 +0000 (17:08 -0700)
commit4fbe2ed4a0802569f0e2d72f9234c53b181191cb
treeb230babe63fa24fdad15c90637a3a2163cf1d66f
parent2ad303c2479cfce51545dd415afe14b36f8a218a
Simpler tokenizer.

Once the syntax was simple enough the re.Scanner became overkill.

From
http://norvig.com/lispy.html
by way of
https://github.com/ckkashyap/s2c
implementations/Python/simplejoy.py