Make various eval_
functions accessible from Python
#1642
Labels
subsystem: saw-python
Related to the Python bindings for the RPC SAW server
subsystem: saw-remote-api
Issues related to the SAW server and its RPC bindings
type: feature request
Issues requesting a new feature or capability
Milestone
eval_bool : Term -> Bool
,eval_int : Term -> Int
,eval_list : Term -> [Term]
, andeval_size : Type -> Int
would all be useful to have in the Python API. We probably want to decouple the interface for writing Cryptol in Python from Crucible specifications a bit to do this (see #1639 ).The text was updated successfully, but these errors were encountered: