This website works better with JavaScript.
Home
Explore
Help
Sign In
Tom
/
GrammarTool
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed typo
pull/2/head
Tom
6 years ago
parent
8f9fbf28bd
commit
2225706356
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nonTerminal.py
+ 1
- 1
src/nonTerminal.py
View File
@ -92,7 +92,7 @@ class NonTerminal:
self
.
__addAtomToFirstSet
(
innerAtom
)
def
getFirstSet
(
self
)
:
if
self
.
__firstSetIsGenrated
==
False
:
if
self
.
__firstSetIsGen
e
rated
==
False
:
self
.
generateFirstSet
(
)
;
return
self
.
__first
Write
Preview
Loading…
Cancel
Save