An open API service indexing awesome lists of open source software.

https://github.com/thejchap/zfixlang

simple interpreter for prefix expressions
https://github.com/thejchap/zfixlang

interpreter zig

Last synced: about 1 year ago
JSON representation

simple interpreter for prefix expressions

Awesome Lists containing this project

README

          

# zfixlang

a simple interpreter for prefix expressions in zig to get a feel for the language. implemented with both ast generation as well as just a single pass through the string

syntax:

```
(+ 1 1)
(* 2 (+ 42 1))
```

## resources

-
-