From cc2fb95585618d585461686545fa87e3b8d26967 Mon Sep 17 00:00:00 2001 From: z80 <83730246+z80dev@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:07:10 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cb60399..c96d3be 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,12 @@ Very early WIP! ## Implemented -Not much yet, but we can compile a basic contract that has a single MAIN macro, imports other files, and references constants. - -- All opcodes -- `#define function` and `__FUNC_SIG` -- `#define error` and `__ERROR` -- `#define constant` and `[CONSTANT]` syntax for const references +Pretty much everything not mentioned in the next section ## Not Implemented -- Calling macros/functions from Main - Custom constructors -- Built-ins like __FUNC_SIG, etc. -- Lots of other stuff! +- Functions (no plan on supporting these, functions in huff are kinda weird imo lol) +- Code/Jump Tables # Usage