Diff
Not logged in

Differences From Artifact [6a76d51cc68a610b]:

To Artifact [fe545db0fb7a2428]:


1 -module polemy.parse; 2 -import polemy._common; 3 -/* 4 - * Author: k.inaba 5 - * License: NYSL 0.9982 (http://www.kmonos.net/nysl/ 6 - * Parser for the polemy programming language 1 +/* 2 + * Authors: k.inaba 3 + * License: NYSL 0.9982 http://www.kmonos.net/nysl/ 4 + * 5 + * Parser for Polemy programming language 7 6 */ 8 - 7 +module polemy.parse; 8 +import polemy._common; 9 9 import polemy.lex; 10 10 import polemy.ast; 11 11 import std.bigint; 12 12 13 13 /// Parsing Failure 14 14 15 15 class ParserException : Exception