Bugfixes: add cljQuot/cljRem to runtime, quot/rem to interpreter. Cleanup: remove unused processAgentActions and sequtils import. 164 tests pass.
This commit is contained in:
@@ -132,6 +132,7 @@ proc runtimeName(op: string): string =
|
||||
of "iterate": "cljIterate"
|
||||
of "interleave": "cljInterleave"
|
||||
of "quot": "cljQuot"
|
||||
of "rem": "cljRem"
|
||||
of "instance?": "cljInstanceP"
|
||||
of "meta": "cljMeta"
|
||||
of "with-meta": "cljWithMeta"
|
||||
|
||||
Reference in New Issue
Block a user