User contributions for TomosCode

A user with 16 edits. Account created on 5 March 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

27 June 2025

  • 10:5710:57, 27 June 2025 diff hist +594 N CooloopsCreated page with "Cooloops is a loop language. == Instructions == {| class="wikitable sortable" |- ! Instruction !! Meaning |- | [''Code''] || The Brackets go down then the code is run and then when it reaches the Closing Bracket, The entire loop, up and down gets sent to the end of the program to be run again. |- | (''Code'') || Same as above but without running the code. |- | ^ || Goes up along with the PC and turns into v. |- | v || Same as above but goes down and turns into ^. |} [..." current

17 June 2025

7 May 2025

6 May 2025

  • 13:0113:01, 6 May 2025 diff hist +525 N Stack whackCreated page with "Stack whack is a stack-based language which can be compiled to BF. == Instructions == {| class="wikitable sortable" |+ Instructions |- ! Name !! BF |- | (Number) || (+*Number)> |- | -(Number) || (-*Number)> |- | < || < |- | > || > |- | [ || [ |- | ] || ] |- | ADD || [-<+>]< |- | SUB || [-<->]< |- | IN || >, |- | OUT || >. |} == Computational class == Stack whack is Turing-complete because with a few adjustments BF can be compiled into it. Category:Stack-based ..."

20 April 2025

  • 12:4212:42, 20 April 2025 diff hist +636 N MicroLangCreated page with "MicroLang is my tiny programming language. == Idea == Inspired by Snowflake, MicroLang operates on a program and an interpreter. == Instructions == The instructions are simple. They are: {| class="wikitable sortable" |+ Instructions |- ! Number !! Name !! Operands !! Effect |- | 0 || NOP || None || Does nothing. |- | 1 || REPLACE || A, B || Replaces A with B in the program. |- | 2 || DEFINE || A || Defines a new function which does A. |} == Interpreters == * [ht..."

8 March 2025

7 March 2025

5 March 2025