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:
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.applecommander |
| ArtifactId | ArtifactIdbastokenizer-api |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbastokenizer
Experiments with generating an AppleSoft B/BAS tokenized "binary".
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bastokenizer-api-0.2.0.pom | |
| bastokenizer-api-0.2.0.jar | 52 KB |
| bastokenizer-api-0.2.0-sources.jar | 24 KB |
| bastokenizer-api-0.2.0-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.applecommander/bastokenizer-api/ -->
<dependency>
<groupId>net.sf.applecommander</groupId>
<artifactId>bastokenizer-api</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.applecommander/bastokenizer-api/
implementation 'net.sf.applecommander:bastokenizer-api:0.2.0'
// https://jarcasting.com/artifacts/net.sf.applecommander/bastokenizer-api/
implementation ("net.sf.applecommander:bastokenizer-api:0.2.0")
'net.sf.applecommander:bastokenizer-api:jar:0.2.0'
<dependency org="net.sf.applecommander" name="bastokenizer-api" rev="0.2.0">
<artifact name="bastokenizer-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.applecommander', module='bastokenizer-api', version='0.2.0')
)
libraryDependencies += "net.sf.applecommander" % "bastokenizer-api" % "0.2.0"
[net.sf.applecommander/bastokenizer-api "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
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.
This project is split into multiple sub-projects: