vicuna-compiler 0.1.1

A compiler for the Vicuna programming language
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: crates/vicuna-compiler/src/parser.rs
expression: "expr().parse(\"2\")"
---
Ok:
  - Value:
      I32: 2
  - start: 0
    end: 1