Skip to content

akouryy/standback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(?i:standback)

Esolang for TSG Hackathon 2018 Summer

Spec

There is no English version at the moment.

日本語版

Debug Mode

Debug mode is enabled if:

  • -d option is specified for ruby.
  • -d option is specified for standback.rb.
  • env variable debug or DEBUG exists.
  • the code has a line starting with #@DEBUG.

Example output to stderr:

begin m(1): a1="meow\n" a2=""
begin S(11): a1="meow\n" a2=""
end   S(11): a1="meow\n" a2="meow\n"
end   m(1): a1="meow\n" a2="meow\n"

In the example above, (11) means the position of command S.

About

Esolang for TSG Hackathon 2018 Summer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages