Advertisement
jamieyello

SB Readme

Feb 4th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Usage;
  2. -Command prompt only as of now, that will change later.
  3. -Open "run.txt", edit as if it were a SB program. End your program with END (necessary)
  4. -just 3 working commands as of now;
  5.  
  6. Problems;
  7. -END command NEEDED at the end of program, otherwise bad things will happen
  8. -no variable handling
  9. -number and formula handling extremely bugged (the solve() function)
  10. -crashes after creating a new .txt file
  11. -code very messy/amateur
  12.  
  13. -lowercase not supported yet---fixed
  14.  
  15. Todo;
  16. -solve above issues
  17. -add support for * and /, integrate parenthesis handling using the functional getParenthesis() code
  18. -implement variable support
  19. -implement string support
  20. -initialize an opengl window to replace the console
  21.  
  22. Supported commands;
  23. PRINT (partial)
  24. CLS
  25. END
  26.  
  27. System;
  28. -Syntax error check
  29.  
  30. 0.2 changes (1/30/2016)
  31. -added lowercase support, you can 'print' now instead of 'PRINT'
  32. -PRINT can now print numbers (no variables yet) ("printed" placeholder removed)
  33.  
  34. 0.3
  35. -math strings supported
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement