vicuna-compiler 0.1.1

A compiler for the Vicuna programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: crates/vicuna-compiler/src/parser.rs
expression: "type_declaration().parse(\"struct Foo {}\")"
---
Ok:
  Struct:
    name:
      - Foo
      - start: 6
        end: 11
    type_parameters: ~
    fields: {}