Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 655 Bytes

File metadata and controls

30 lines (18 loc) · 655 Bytes

Contributing to Dscript

Thank you for your interest in contributing!

Development Setup

Prerequisites

  • Dart SDK (fvm use if using FVM)
  • ANTLR4

Building the ANTLR Grammar

Run the following command after modifying dscript.g4:

antlr4 -Dlanguage=Dart dscript.g4 -o lib/src/gen/antlr -Werror -visitor

Running Tests

All contributions should include tests. Run the full suite with:

dart test

Committing Changes

When committing changes, please follow conventional commit standards.