uniform-team / Uniform-Validation-Language

A logic language to simplify and improve online form validation.
Apache License 2.0
1 stars 0 forks source link

Language Grammar #41

Open sawyernovak opened 8 years ago

sawyernovak commented 8 years ago

Tree and code need to be updated.

sawyernovak commented 8 years ago

I finished everything but the grammar chart and table updates.

Could you read through it and see if I got it right?

@dgp1130

dgp1130 commented 8 years ago
@var: identifier;
valid: @var.valid; // @var holds identifier's rvalue, not its lvalue.
sawyernovak commented 8 years ago

I agree with your edits. The grammar tree still needs to be updated. I will work on it when I get the chance.