LINEAR YACC :water_buffalo:

Build Status

An over-powered engine to make language development in Dart easier. Your rules. Your language. :water_buffalo:

About :books:

Installation :inbox_tray:

Adding to your project

To add Linear YACC to your project's dependencies, add this line to your project's pubspec.yaml:

From GitHub

depdencies:
  ...
  lyacc:
    git: git://github.com/iamtheblackunicorn/lyacc.git

From Pub.dev

depdencies:
  ...
  lyacc: ^1.1.0-nullsafety.0

Usage :hammer:

Importing

Import the engine's API like this:

import 'package:lyacc/lyacc.dart';

Note :scroll:

  • Linear YACC by Alexander Abraham :black_heart: a.k.a. "The Black Unicorn" :unicorn:
  • licensed under the MIT license

Libraries

lyacc