Module parser

Source
Expand description

CUDA code parsing module

Re-exports§

pub use cuda_parser::CudaParser;
pub use ast::Ast;
pub use ast::KernelDef;
pub use ast::Statement;
pub use ast::Expression;

Modules§

ast
Abstract Syntax Tree definitions for CUDA
cuda_parser
CUDA source code parser
kernel_extractor
lexer
ptx_parser

Functions§

parse
Parse CUDA source code and return AST