Skip to content

Commit

Permalink
[Enh]: NameParser - Cache Missing Subgrammars
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Sep 18, 2024
1 parent bafcb5f commit 50f5f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MyPeople/MpNameParser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Class {
'abbreviatableToken',
'lastNameFirst',
'firstNameFirst',
'generational'
'generational',
'topLevelGrammars'
],
#category : #'MyPeople-Core'
}
Expand Down

0 comments on commit 50f5f40

Please sign in to comment.