tungsten sandbox

tungsten sandbox Used AI

8 devlogs
10h 11m
Created by RickIsGone

an online compiler to try the tungsten programming language

Timeline

i decided to abandon the idea of compiling my compiler with emscripten so i ported the site to a server and now i just need to add the compiler executable and libreries to the server and i'll finally be able to ship this project together with the compiler itself (the errors inside the console are because of the compiler executable missing)

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