dasic 1.0.0
dasic: ^1.0.0 copied to clipboard
Dasic is a complete standalone interpreter for a dialect of the original BASIC language.
example/dasic.dart
// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
library dasic.example;
import 'package:dasic/dasic.dart';
main() {
var awesome = new Awesome();
print('awesome: ${awesome.isAwesome}');
}