You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
While the .ListA after number 4 is correct, the .ListA after "d" is not. It should be .ListB. Obviously they will also match different rules. Here the code: lists.tar.gz
The text was updated successfully, but these errors were encountered:
Consider the language which parses a list of integer followed by a list of strings. Here the code (lists.k)
and the following example file (example.lists)
The code compiles correctly with
kompile lists.k
. When executing it withkrun example.lists --debugger
you can see this stateWhile the
.ListA
after number 4 is correct, the.ListA
after"d"
is not. It should be.ListB
. Obviously they will also match different rules. Here the code: lists.tar.gzThe text was updated successfully, but these errors were encountered: