@@ -3,9 +3,9 @@ * License: NYSL 0.9982 http://www.kmonos.net/nysl/ * * Runtime data structures for Polemy programming language. */ -module polemy.runtime; +module polemy.value; import polemy._common; import polemy.lex : LexPosition; import std.stdio;