Please sign in to access this page

tungsten sandbox

tungsten sandbox Used AI

9 devlogs
10h 22m
•  Ship certified
Created by RickIsGone

an online compiler to try the tungsten programming language

Timeline

Ship 1

1 payout of shell 142.0 shells

RickIsGone

about 2 months ago

RickIsGone Covers 9 devlogs and 10h 22m

so basically i had to struggle to get the server working for around 5h(time which wasn't picked up by wakatime) but in the end i got the online compiler working and i even bought a domain for the site https://tungsten.codes
this will probably be the last devlog before shipping so for the voters this is the online compiler for my programming language which of its own is another project that you can find here https://summer.hackclub.com/projects/1041

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