Skip to content

A simple high-level programming language compiler and interpretter written in C#

Notifications You must be signed in to change notification settings

Elmartino4/VisiblyBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visibly Basic

A pun on Visual Basic, a language which I ironically hate whilst loosely basing this programming language on. This repo contains some examples of how the syntax is formated in the .pseudo files under the /tests folder, as well as what these files are compiled to as .asm files, which are somewhat human readable. The source for the compiler/interpretter CLI software is in the /code folder.

The CLI contains the automatically generated tests for validating sorted search algorithms, unsorted search algorithms, and arbitrary sorting algorithms. This includes the ability to change

  • The number of tests performed
  • The difficulty of the tests (number of data values)
  • The verbosity of the output, for debugging purposes

About

A simple high-level programming language compiler and interpretter written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published