User contributions for TomosCode

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

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