Skip to content

A fast AsciiDots interpreter written in C (and with Bad Apple!! as sample).

License

Notifications You must be signed in to change notification settings

kolte200/c-asciidots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C AsciiDots Interpreter

This is an AscciDots interpreter written in C.

Command line options

Options:
-d or --debug : Enable debug mode
-h or --help : Show a help message
-i or --input : Specify an input filename

Where no input file argument are specified the default file is "samples/bad_apple.dots"

The debug mode

Ths is a mode where you can se the dots moving frame by frame.
And each dot has a different color and their value indicated at the bottom.

Samples files

There is some samples AsciiDots file in the "samples" folder.
There samples have been take from this repo.

Missing features

Some features of AsciiDots lang are missing and will be implemented soon:

  • The '!' character below an operation
  • Comments
  • The '@' character
  • Operators : ^ G L !
  • Libraries
  • Warps
  • Filters : and ;

Some other features are not planed to be implemented:

  • Non buffered print with single quote
  • Non ASCII characters

Copyright 2022 kolte200

About

A fast AsciiDots interpreter written in C (and with Bad Apple!! as sample).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published