sdlangp

Provides common functionality;

Modules

grammar
module sdlangp.grammar

This module was automatically generated from the following grammar:

node
module sdlangp.node

Primary node type and associated types.

parser
module sdlangp.parser

Parser after grammar splitting.

Public Imports

sdlangp.node
public import sdlangp.node;
Undocumented in source.

Members

Functions

parseFile
Node* parseFile(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSource
Node* parseSource(string source)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

ARaspiK