Skip to content

Ruulul/BAL_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Style Guide

This is an implementation of BAL with some extentions:

  • ! starts a comment
  • " or ' starts a string, and it must end in the same line and the same character delimits it
    • The sequence of bytes is written directly on the output, without any type of inspection or handling
  • Standing number assembles its value directly on the output

Output behaviour:

  • 0 exits (original PICO-8 implementation behaviour)

Input behaviour:

Implementation details:

  • You have to type 0 instead of 32 when you want to pass 32 to the commands who accept it.
  • You cant write commands together right now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors