-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewriting automata #318
Comments
mathhyyn
added a commit
that referenced
this issue
Jan 22, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Jan 22, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Jan 22, 2024
mathhyyn
added a commit
that referenced
this issue
Jan 22, 2024
mathhyyn
added a commit
that referenced
this issue
Jan 22, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Jan 22, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Jan 22, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Jan 22, 2024
Пример автомата для FA:
Пример автомата для MFA:
|
Грамматика:
|
Так, а где интеграция в генератор случайных объектов? Причём на базе вашего же языка теперь уж надо. И метод Verify должен уметь обращаться к генератору по типу, причём к каждому типу автомата привязана инстанциация грамматики, по которой и делается генерация. Хардкодить грамматику ещё и в генераторе нельзя. |
Robby-the-paladin
added a commit
that referenced
this issue
Feb 7, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 7, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 9, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 9, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 9, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 12, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 28, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 28, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Feb 29, 2024
mathhyyn
added a commit
that referenced
this issue
Mar 30, 2024
mathhyyn
added a commit
that referenced
this issue
Mar 30, 2024
dak151449
added a commit
that referenced
this issue
Apr 3, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Apr 16, 2024
Robby-the-paladin
added a commit
that referenced
this issue
Apr 16, 2024
mathhyyn
added a commit
that referenced
this issue
May 25, 2024
как будто костылище (как это плохо...) там правило final -> 'final' | EPS и парсер смотрит перешли ли мы по правилу final, если да - то назначает состояние финальным. но из-за eps все портится и всегда попадаем в final (если состояния явно перечисляются) по тому же принципу: initial устанавливаются все состояния по очереди, пока не встретят оригинальный initial
mathhyyn
added a commit
that referenced
this issue
May 30, 2024
mathhyyn
added a commit
that referenced
this issue
Jun 2, 2024
mathhyyn
added a commit
that referenced
this issue
Jun 17, 2024
mathhyyn
added a commit
that referenced
this issue
Jun 17, 2024
xendalm
added a commit
that referenced
this issue
Jun 23, 2024
@TonitaN, когда-нибудь я солью SemDet. Чем позже, тем больнее
xendalm
added a commit
that referenced
this issue
Jun 23, 2024
xendalm
added a commit
that referenced
this issue
Jun 23, 2024
xendalm
added a commit
that referenced
this issue
Jun 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Написать модуль для загрузки автоматов в интерактивный конвертер:
The text was updated successfully, but these errors were encountered: