sutori-0.2.4: Sutori language compiler

Safe HaskellSafe
LanguageHaskell2010

Sutori.Lexer.Posn

Description

 

Synopsis

Documentation

data SutPosn Source #

Source position (Characters before, Row number, Column number)

Constructors

SutPosn !Int !Int !Int 

initialPosn :: SutPosn Source #

Initial position of the scanner