ramnaq / midena

A tool for dealing with Regular Languages and Free Context Languages. Midena implements some algorithm around Grammars, Regular Expressions and Finite Automata.
MIT License
0 stars 0 forks source link

Implement Regular Expressions (read, write, edit) #6

Closed ramnaq closed 5 years ago

ramnaq commented 5 years ago
ramnaq commented 5 years ago

Methods implemented as functions in model/FileUtil.py (exportGrammar and importGrammar).

ramnaq commented 5 years ago

This is a simple issue, for reason of quickness, I'm just closing it (and moving to the list "Done"). @diogojs