Add support for version field on Modules

This commit is contained in:
Martin v. Löwis 2006-02-28 00:12:47 +00:00
parent a7446e3438
commit eae93b763c
3 changed files with 29 additions and 8 deletions

View file

@ -1,6 +1,6 @@
-- ASDL's five builtin types are identifier, int, string, object, bool
module Python
module Python version "$Revision$"
{
mod = Module(stmt* body)
| Interactive(stmt* body)