lyacc 1.1.0-nullsafety.0 copy "lyacc: ^1.1.0-nullsafety.0" to clipboard
lyacc: ^1.1.0-nullsafety.0 copied to clipboard

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

LINEAR YACC 🐃 #

Build Status

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

About 📚 #

Installation 📥 #

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 🔨 #

Importing #

Import the engine's API like this:

import 'package:lyacc/lyacc.dart';

Note 📜 #

  • Linear YACC by Alexander Abraham 🖤 a.k.a. "The Black Unicorn" 🦄
  • licensed under the MIT license
2
likes
110
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

pedantic

More

Packages that depend on lyacc