CMD + K

fast

Community

Installation

To install this package, run one of the following:

Conda
$conda install yijunyu::fast

Usage Tracking

0.0.8
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

Abstract syntax trees (AST) are hierarchical, recursive structures for representing source code. Parsing them typically requires a full traversal of the code, which costs O(n) operations. Instead of parsing code structures we load them into memory as an efficient binary structure before any further analysis, this would only cost O(1) operations. This tool adopts flatbuffers to represent the AST as a binary file, and demonstrates improved efficiency and applicability to software development.

About

Last Updated

Dec 23, 2018 at 23:08

License

2-clause BSD License

Supported Platforms

linux-64
macOS-64