REPL: Segmentation fault during assignment #37
Labels
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
A good issue to work on for Hacktoberfest
help wanted
Extra attention is needed
When using the Theta REPL, if you try to do any kind of assignment, even something as simple as
x<Number> = 1
, it will fail with a segmentation fault.It seems that if you wrap the assignment in a capsule, that issue doesn't occur.
The above code parses exactly as expected. The issue seems to stem somehow from how free-floating expressions are parsed within the REPL.
The text was updated successfully, but these errors were encountered: