ralphjzhang / ell

Automatically exported from code.google.com/p/ell
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add mecanisms to help grammar developpement #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On pourrait ajouter deux checks à l'instanciation d'une grammaire en mode
debug :
  - la détection des left-recursions (il suffit de coloriser le graph en
incrémentant la couleur à chaque consommation de token)
  - la détection des collision (uniquement dans les branches sous flag
no-step-back)

Original issue reported on code.google.com by samuel.h...@gmail.com on 17 Apr 2009 at 9:28

GoogleCodeExporter commented 9 years ago

Original comment by samuel.h...@gmail.com on 17 Apr 2009 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by samuel.h...@gmail.com on 28 Jan 2011 at 2:07