massung / re

Lua-style Pattern Matching for Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test suite

vityok opened this issue · comments

Hi Jeffrey,

the sources as published in this repository lack a test suite to check if the RE engine works as expected. Do you have one? Could you please share it by adding to this repository?

Meanwhile, I've ported a test suite from CLAWK/regex library to CL-STRING-MATCH. It is not running complete tests yet (groups matches are not verified completely). Also some tests fail probably because of syntax differences.

Also, I've discovered that some pathological expressions crash Lisp machine.

Thanks,
Victor