Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. > Increment pointer
  2. < Decrement pointer
  3. + Increment byte at pointer
  4. - Decrement byte at pointer
  5. . Output byte at pointer
  6. , Input byte at pointer
  7. [ Loop start
  8. ] Loop end
  9.  
  10. .s output byte as string
  11. .s{int}
  12. .s{BF value -> ++[>++<-]>. -> .will return the int/byte}
  13. |- > Will output a string
  14.  
  15. .o{BF .s output for file's path} -> echo * >
  16. .w{BF .s output for file's path} -> echo * >>
  17.  
  18. ,i{BF .s output for file's path}
  19. |- > Will throw an IOException if the file doesn't exist
  20. ,u URL ?
  21.  
  22. .s{,i{.s{BF thingy}}} load file to byte array.
  23. |- > Can throw OutOfBoundsException
  24.  
  25. # comment / end line parsing
  26.  
  27. *d{file's path} Delete file/folder ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement