Jump to content

Names to numbers: Difference between revisions

m
Fix Haskell logic bug for stateIllion
(Add Haskell and fix typos in Common Lisp)
m (Fix Haskell logic bug for stateIllion)
Line 419:
 
stateIllion, stateA, stateB, stateC, stateD, stateE :: State
stateIllion = [Illion [Done] (*), Done]
 
stateA = [Transition ones stateB (+)
Line 436:
++ stateIllion
 
stateE = stateIllion ++ [Done]
 
parseSubWord :: [Symbol] -> Words -> TapeValue
Cookies help us deliver our services. By using our services, you agree to our use of cookies.