From 0d69fdea4d452c90167134a0154e5f4d676a42e5 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Thu, 18 Apr 2024 09:13:20 -0700 Subject: [PATCH] update readme re: expressive power of symex --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 63354cb8..40036db3 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ As of Jan 2023, there is "alpha" support for non-Lisp languages via ``tree-sitte Screenshot

-.. [1] As long as, from a theoretical perspective, the intended traversal can be accomplished using a `finite automaton `_. More complex traversals can be implemented (such as "leap branch"), but not as easily. Symex may be made Turing-complete at some point in the future, if there is interest in a feature that cannot be implemented in the DSL in its current form. +.. [1] As long as, from a theoretical perspective, the intended traversal can be accomplished using a `pushdown automaton `_. That is, Symex is more expressive than regular expressions but less expressive than Lisp itself. Installation ============