Tag Online

Tag Online

5 devlogs
4h 22m
Created by Tree Plate

An online interpreter for tag systems.

Timeline

Ship 1

Tree Plate

25 days ago

Tree Plate Covers 5 devlogs and 4h 22m
  • add link to https://esolangs.org/wiki/Tag_system using a widget i made that tries to emulate <a>
  • add text explaining how to use this
  • change - to , to match formatting in creator
  • change richtext to text.rich to fix bug when compiling to web
  • upload to web
Update attachment

Make TagSystemCreator, which is a widget for creating a tag system

pressing Run System Navigator.pop()s this widget and Navigator.push()es the app shown in the last devlog

also i had to turn on uses-material-design because my icons were showing as question marks in boxes

Update attachment

make the flutter app show the state of the tag system and a button to step, and run to completion

Update attachment

1.0. Change to flutter project.
2.0. Make TagSystemState, a class which lets you step through the running of a tag system.

Update attachment