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(\"true\")"
---
Ok:
  - Value:
      Bool: true
  - start: 0
    end: 4