xdkomel / bnfc-dart-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BNFC Dart Example

Set up

dart pub get

Run

dart bin/main.dart or use the launch.json in the VS Code

Generate

  1. Install bnfc with Dart support
  2. Open a terminal in the lib/gen/
  3. Run bnfc --dart -m arith.cf

What does this project do?

This is a simple calculator. Check the lib/bnfc_dart_example.dart to get acquainted with the program structure and overall approach.

About


Languages

Language:Dart 49.9%Language:Java 48.3%Language:ANTLR 1.8%