Allow empty module body. Sema now sees exports, imports and assignments.
authorKim Grasman <kim.grasman@gmail.com>
Sat, 21 Sep 2013 12:07:41 +0000 (14:07 +0200)
committerKim Grasman <kim.grasman@gmail.com>
Sat, 21 Sep 2013 12:07:41 +0000 (14:07 +0200)
commit8df9222a0e2a1689bd800b5e7da8ae044c23654e
tree2b02026c38afdb7bdac775e84f37e7a233fd1486
parenta8034750cdfe8912e2e5ccc30f67f76ef8d55db9
Allow empty module body. Sema now sees exports, imports and assignments.
asn1ate/parser.py
asn1ate/sema.py
testdata/empty.asn [new file with mode: 0644]