lib/antelope/generation/constructor/first.rb in antelope-0.1.8 vs lib/antelope/generation/constructor/first.rb in antelope-0.1.9
- old
+ new
@@ -14,10 +14,10 @@
end
# Constructs the first set for a given token. This is how
# the method should behave:
#
- # FIRST(ε) == [] # if ϵ is the epsilon token
+ # FIRST(ε) == [] # if ε is the epsilon token
# FIRST(x) == [x] # if x is a terminal
# FIRST(αβ) == if nullable?(α)
# FIRST(α) U FIRST(β)
# else
# FIRST(α)