Skip to content

Commit

Permalink
Fix int starting 'e' bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienKevin committed May 20, 2020
1 parent 8209d81 commit d6ccf8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LambdaParser.elm
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ parseInt : LambdaParser (Located Expr)
parseInt =
located <|
map EInt <|
backtrackable <|
int ExpectingInt ExpectingInt


Expand Down

0 comments on commit d6ccf8a

Please sign in to comment.