Skip to content

p-unity-lineage/ecma_basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecma_basic

A .Net implementation of the ECMA-55 and ECMA-116 BASIC standards.

Screenshot for v0.0.2

There is a wiki with more project details here.

Sub Projects

ECMABasic55

The environment for playing with ECMA BASIC-55.

Usage: ecmabasic55 <filename.bas>

ECMABasic116

The environment for playing with ECMA BASIC-116.

ECMABasic.Core

Contains the tokenizer / interpreter bits.

ECMABasic.Test

Unit tests to verify the interpreters against the ECMA-55 and ECMA-116 standards.

The BASIC-55, Sample test category tests the interpreter against the NBS test programs.

References

About

A .Net implementation of the ECMA-55 and ECMA-116 BASIC standards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 55.6%
  • BASIC 44.4%