Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Encapsulateed committed Jan 19, 2025
1 parent 9d43443 commit 8b407bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/types/grammar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ class Grammar {
return RegExp(r'^[A-Z]+$').hasMatch(symbol);
}

// TODO impliment this
void convertToLNF(){

}
// TODO impliment this
void convertToLNF() {}

@override
String toString() {
Expand Down

0 comments on commit 8b407bb

Please sign in to comment.