ddc-core-salt-0.4.3.1: Disciplined Disciple Compiler C code generator.

Safe HaskellNone
LanguageHaskell98

DDC.Core.Salt.Profile

Description

Language profile for Disciple Core Salt.

Synopsis

Documentation

profile :: Profile Name Source #

Language profile for Disciple Core Salt.

lexModuleString Source #

Arguments

:: String

Source file name.

-> Int

Starting line number.

-> String

String to parse.

-> [Located (Token Name)] 

Lex a string to tokens, using primitive names.

lexExpString Source #

Arguments

:: String

Source file name.

-> Int

Starting line number.

-> String

String to parse.

-> [Located (Token Name)] 

Lex a string to tokens, using primitive names.