flp-0.1.0.0: A layout spec language for memory managers implemented in Rust.

Copyright(c) Alec Theriault 2017-2018
LicenseBSD-style
Maintaineralec.theriault@gmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Language.Rust.Syntax

Contents

Description

This module defines Haskell data types corresponding to the abstract syntax tree(s) of the Rust language, based on the definitions rustc uses (defined in libsyntax) whenever possible. Unfortunately, since the internals of rustc are not exposed, there are no official docs. https://manishearth.github.io/rust-internals-docs/syntax/ast/index.html are the unofficial docs.

Synopsis

Abstract syntax trees

Tokens