HVM icon indicating copy to clipboard operation
HVM copied to clipboard

fix example code in README

Open ethe opened this issue 1 year ago • 0 comments

In current, the example code in README can not be compiled:

❯ hvm run hello.hvm
thread 'main' panicked at /Users/gwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hvm-2.0.15/src/main.rs:70:62:
PARSE_ERROR
- expected: name
- detected:
   7 |   &! @sum ~ (a (b $(:[+] $(e f))))

This PR will fix it.

ethe avatar May 23 '24 17:05 ethe