Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev authored Oct 24, 2024
1 parent 20ef679 commit cc2fb95
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc2fb95

Please sign in to comment.