parser: new class SourceFile
authorJean Privat <jean@pryen.org>
Fri, 29 Apr 2011 21:29:33 +0000 (17:29 -0400)
committerJean Privat <jean@pryen.org>
Fri, 29 Apr 2011 21:29:33 +0000 (17:29 -0400)
commitcc41bd0a9a2dbbde1f738e559bcae27e6324ae6e
tree98c6b91f61a238086be1d5691cd9eeb5c9539c66
parent66a171274375ed86b7edaeddba77f0ee6468f5b9
parser: new class SourceFile

This class is used to feed the lexer and to give a more precise information
to the Location.

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiling/compiling.nit
src/compiling/compiling_global.nit
src/compiling/compiling_icode.nit
src/location.nit
src/parser/lexer.nit
src/parser/xss/lexer.xss
src/syntax/syntax.nit