bastools

An Applesoft BASIC tools library.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.applecommander
ArtifactId

ArtifactId

bastools-api
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

bastools
An Applesoft BASIC tools library.
Project URL

Project URL

https://applecommander.github.io/
Source Code Management

Source Code Management

https://github.com/AppleCommander/bastools

Download bastools-api

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.applecommander/bastools-api/ -->
<dependency>
    <groupId>net.sf.applecommander</groupId>
    <artifactId>bastools-api</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.applecommander/bastools-api/
implementation 'net.sf.applecommander:bastools-api:0.3.1'
// https://jarcasting.com/artifacts/net.sf.applecommander/bastools-api/
implementation ("net.sf.applecommander:bastools-api:0.3.1")
'net.sf.applecommander:bastools-api:jar:0.3.1'
<dependency org="net.sf.applecommander" name="bastools-api" rev="0.3.1">
  <artifact name="bastools-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.applecommander', module='bastools-api', version='0.3.1')
)
libraryDependencies += "net.sf.applecommander" % "bastools-api" % "0.3.1"
[net.sf.applecommander/bastools-api "0.3.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

BASIC Tools

This project is an offshoot of AppleCommander's import of a BASIC program. The tooling will have more capabilities than what is available in AppleCommander.

Subprojects

This project is split into multiple sub-projects:

  • api is the Java API
  • bt is a command-line tool for tokenizing Applesoft BASIC programs, including extensions for new directives (such as embedding a shapetable into the application).
  • st is a command-line tool for working with Applesoft Shape Tables.
net.sf.applecommander

Versions

Version
0.3.1
0.3.0