Seth Hinz
Results
2
issues of
Seth Hinz
In the current master branch, the following produces a compiler error: ```crystal require "stumpy_core" canvas = StumpyCore::Canvas.new(10, 10) canvas == "test" ``` The error occurs inside `StumpyCore::Canvas#==(other)` as such: ```...
Currently, Phreak's core code implements a tree of subparser objects, where code is recursively executed until an endpoint is reached (there are no more expected keywords). However, it might be...
enhancement