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