added syntax support for nested records

This commit is contained in:
Jonas Rosling 2012-07-22 22:29:00 +01:00
parent 1ec739d9b1
commit 4b7c0974b2
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,7 @@ done
:recatt Recatt :recatt Recatt
* idle noeat * idle noeat
"a-zA-Z_" recatt "a-zA-Z_" recatt
"#" record
# STRINGS # STRINGS
:string String :string String
@ -159,6 +160,8 @@ done
"-define" attribute "-define" attribute
"-file" attribute "-file" attribute
"-type" attribute "-type" attribute
"-opaque" attribute
"-export_type" attribute
"-spec" attribute "-spec" attribute
"-author" attribute "-author" attribute
"-copyright" attribute "-copyright" attribute