Tsaf

From Esolang
Jump to navigation Jump to search

about

tsaf is the esolang version of fast.

in tsaf all the commands are numbers


syntax : (tsaf syntax - fast syntax)

  3110 - idx
  2870 - add
  3221 - sub
  3241 - mul
  3099 - div
  3111 - mod
  2985 - cat
  3117 - eql
  6909 - incIdx
  6760 - decIdx
  3189 - set
  3069 - get
  5828 - print
  3338 - str
  3188 - int

info:

  thelanguage is on a tape variable system with length of [256].
  3110 lets you set the pointer
  the operations are all performed [holder <op>= inp]
  3069 sets the holder to the parameter

example: (hello world)

  5828 : 3338
  3189 : 3338 : hello,~world!
  3069 : 3338 : 0
  5828 : 3338

external resources

compiler:

   compiler.java