# rasta **Repository Path**: mirrors_chromium_googlesource/rasta ## Basic Information - **Project Name**: rasta - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Resolved Abstract Syntax Tree Apparatus (Rasta) ## Getting started After cloning this repository, please run `git submodule update --init` to fetch dependencies. ## Committing changes When committing a change, please use [commit.sh]. If that script doesn't match your workflow, make sure to run tests before committing. ## Running tests This command runs all the tests: ``` dart -c test/testa.dart ```