Add handling of constants in schemas

This commit is contained in:
Jason Paryani
2013-08-25 17:07:08 -07:00
parent ea1f22e5c6
commit c6250962e6
4 changed files with 34 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
@0x934efea7f017fff0;
const qux :UInt32 = 123;
struct Person {
id @0 :UInt32;
name @1 :Text;