Jack J Garzella
Jack J Garzella
Right now, SMACK does not support having the entry point function have a character which Naming.cpp will escape. The problem is that the entry point annotation is done in top.py,...
Currently, SMACK cannot tell between methods in Objective-C or Swift unless they have different method signatures. Both of these languages use devirtbounce to manage method invocation. Consider the following example:...
Update the README to reflect that SMACK now supports many languages Add a short tutorial on how to compile a new language into SMACK.
## Feature Request **Describe the new feature:** Right now, if I run `flit make`, it runs each test in its default configuration, running all precisions and timing tests. However, for...
Currently in Oscar, if one uses an Oscar integer as a dictionary key, it registers as a separate entry from a standard integer: ``` julia> D = Dict() Dict{Any,Any}() julia>...