@@ -1,12 +1,12 @@ -module polemy.parse; -import polemy._common; -/* - * Author: k.inaba - * License: NYSL 0.9982 (http://www.kmonos.net/nysl/ - * Parser for the polemy programming language +/* + * Authors: k.inaba + * License: NYSL 0.9982 http://www.kmonos.net/nysl/ + * + * Parser for Polemy programming language */ - +module polemy.parse; +import polemy._common; import polemy.lex; import polemy.ast; import std.bigint;