Skip to content

subrange/b2t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2t

A BASIC to TypeScript Transpiler

b2t is a Python-based transpiler that converts BASIC code to TypeScript.

Usage

python b2t.py input.bas output.ts
  • input.bas: The input file containing BASIC code.
  • output.ts: The output file where the transpiled TypeScript code will be written.

Running Transpiled Code

After generating TypeScript code, you can execute it using tsx:

npm install -D tsx
npx tsx src/index.ts

References

About

W.I.P A Python-based transpiler that converts GW-BASIC code to TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages