tungsten sandbox

tungsten sandbox Used AI

7 devlogs
9h 49m
Created by RickIsGone

an online compiler to try the tungsten programming language

Timeline

i just pushed a new build of the compiler to the repo to keep up with the current state of the compiler

Update attachment

fixed CTRL + Z not working after pressing enter or tab

Added support for Unicode chars highlighting, still need implementing Unicode support in the compiler

Update attachment

Fixed syntax highlighting for operators not working and begun testing constants

Update attachment

I've added an horrible implementation of syntax highlighting but it works so I'm happy with it, now i jut have to keep updating the compiler itself and compiling it to webasm to update the project

Update attachment

fixed the site UI, still need to add syntax highlighting and fix some backend errors

Update attachment

started making the online compiler to try tungsten, i still need to fix some things and add syntax hilighting but thanks to copilot the html part of the site is kinda ok

Update attachment