We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
特别是 Compute 和 Compare 主要应该还是 evalToBottom 的实现。。。 evalToBottom 主要想实现把一个 HispObject 求值到 HispNumber 或者 HispString 不过好像出了点小问题 evalToBottom 出现的原因是传入了一个本来应该被求值的 list , 这种情况应该报错。。但是星野想糊弄过去emmmm 所以最后应该修复 IfBlock ?
Compute
Compare
evalToBottom
HispObject
HispNumber
HispString
list
IfBlock
The text was updated successfully, but these errors were encountered:
HoshinoTented
No branches or pull requests
需要修复: 内置函数(插件)的实现
特别是
Compute
和Compare
主要应该还是
evalToBottom
的实现。。。evalToBottom
主要想实现把一个HispObject
求值到HispNumber
或者HispString
不过好像出了点小问题
evalToBottom
出现的原因是传入了一个本来应该被求值的list
, 这种情况应该报错。。但是星野想糊弄过去emmmm所以最后应该修复
IfBlock
?The text was updated successfully, but these errors were encountered: