Closed paulcadman closed 1 month ago
In the nockma parser (e.g used when running juvix dev nockma run), the strings "nil", "functionsPlaceholder", and "stdlibPlaceholder" all parse to Nockma nil.
juvix dev nockma run
We added stdlibPlaceholder in:
stdlibPlaceholder
but we forgot to add it to the parser.
In the nockma parser (e.g used when running
juvix dev nockma run
), the strings "nil", "functionsPlaceholder", and "stdlibPlaceholder" all parse to Nockma nil.We added
stdlibPlaceholder
in:but we forgot to add it to the parser.