From 6875facb39de63eb6353be2f700b9eacb631e9fa Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 7 Jan 2026 19:06:23 +0100 Subject: fix: improve handling of composite literal struct expressions --- lang/spec.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/spec.go') diff --git a/lang/spec.go b/lang/spec.go index b8539e3..7cd748f 100644 --- a/lang/spec.go +++ b/lang/spec.go @@ -37,7 +37,7 @@ type TokenProp struct { Token SkipSemi bool // automatic semicolon insertion after newline Precedence int // operator precedence - Associativity // + Associativity // associativity of operator HasInit bool // true if may have an init clause } @@ -51,5 +51,4 @@ type Spec struct { DotNum bool // true if a number can start with '.' IdentASCII bool // true if an identifier can be in ASCII only NumUnder bool // true if a number can contain _ character - // TokenProps map[string]TokenProp // token properties } -- cgit v1.2.3