Skip to content

Commit

Permalink
(#318) ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Robby-the-paladin committed Apr 16, 2024
1 parent 9cea26a commit ddbf0b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ enum class FA_type {
DFA
};

class AutomatonGenerator; // Прототип класса AutomatonGenerator

class AutomatonGeneratorBuilder {
public:
int initial_ = 0;
Expand Down

0 comments on commit ddbf0b4

Please sign in to comment.