From 3348e9cb1c09aadae277bd92bac068051d334ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garay?= Date: Fri, 16 Aug 2024 11:47:48 -0300 Subject: [PATCH] Create README.md (#5) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..200e59a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Sierra Emulator + +This program takes a Cairo program in Sierra representation as input and "emulates" it to obtain the sierra state at each step. +It is meant as a debugging tool to compare the state against the results of running a Sierra program with Cairo Native.