Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 248 Bytes

Primary-Expression.md

File metadata and controls

21 lines (16 loc) · 248 Bytes
title parent weight
Primary Expression
Expressions.md
1

Syntax

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

Typing

Semantics

Example