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

Safe HaskellNone

DDC.Core.Salt.Profile

Description

Language profile for Disciple Core Salt.

Synopsis

Documentation

profile :: Profile NameSource

Language profile for Disciple Core Salt.

lexModuleStringSource

Arguments

:: String

Source file name.

-> Int

Starting line number.

-> String

String to parse.

-> [Token (Tok Name)] 

Lex a string to tokens, using primitive names.

lexExpStringSource

Arguments

:: String

Source file name.

-> Int

Starting line number.

-> String

String to parse.

-> [Token (Tok Name)] 

Lex a string to tokens, using primitive names.