Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 242 Bytes

Constructors.md

File metadata and controls

21 lines (16 loc) · 242 Bytes
title parent weight
Constructors
Expressions.md
3

Syntax

primary_expr ::= literal
               | path_expr
               | char
               | string
               | ( expr )

Typing

Semantics

Example