Mercurial > pub > Impl
view Schema/form.def @ 165:76515373dac0
Added Class::Template,
Rewritten SQL::Schema
'use parent' directive instead of 'use base'
author | wizard |
---|---|
date | Sat, 23 Apr 2011 23:06:48 +0400 |
parents | 16ada169ca75 |
children |
line wrap: on
line source
syntax ::= {{_include|_use}|container}[ {{_include|_use}|container} ...] name ::=<\w>+ file_name ::=<\w./>+ mod_name ::= <\w>+[::<\w>+...] _include ::= include file_name ; _use ::= use alias mod_name ; alias ::= <\w>+ type ::=<\w>+ multi ::=* container ::=type [multi] name[ : expression [, expression ...]] [body]; instance ::= name[ ( expression [, expression ...])] string ::=[{<^\\">+|<\\><\w\W>}...] number ::=[{+|-}] <0-9>+[.<0-9>+[e[-]<0-9>+]] bin_op ::={+|-|&|<|>|=} un_op ::=! expression ::= {"string"|number|instance|(expression)|{"string"|number|instance|(expression)} bin_op expression|un_op expression} body ::= <{> [{body_property|container} ...] <}> complex_name ::= <\w>+[.<\w>+...] body_property ::= complex_name = expression;