Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I think I recall coming across this because I was failing some tests due to whichever order the tests expected. Maybe I just noticed it from the specification though. Unfortunately it was so long ago that I don't remember.
I do not believe the problem description uniquely specifies the result of the following:
This could either return 10 or 9, depending on whether it is evaluated as
(f 2 3) + 4
, orf 2 (3 + 4)
.Function calls should thus be added to the precedence table.
Full LR parser for learning purposes
Don't parse the output of ls: http://mywiki.wooledge.org/ParsingLs