Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
inventor02 committed Mar 12, 2023
1 parent 21e0f34 commit 6cd85cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ heavily on lectures and material from Dr Julian Rathke.
T ::= Int | Bool | T -> T | (T, T)
E ::= $digits | true | false | (E, E) | E < E | E + E | $varname | if E then E else E | \($varname : T) E | let ($varname : T) = E in E | E E
```
```

## Usage

You can either execute the `toyi` binary, or run `toy <filename>` where `<filename>` is a λToy program file.

0 comments on commit 6cd85cf

Please sign in to comment.