CSharpIsGud
Personal Site
Made with Node.jsA personal site I'll put info about my projects and me. Functions like a terminal, but works on mobile. (Minus any fancy cool stuff I might add later)
Recent comments (2)replarchives-23 months agoDear CSharpIsGud, This repl has been archived. To unarchive it, reply "unarchive". If you wish to not get notifications like these in the future, reply "unlist". If you do not want to archive any of your repls, reply "disable". Best regards, The ReplArchive Team
MiloCat7 months agoAmazing!
Basix
Made with C#Bootleg C# parser generator.
Recent comments (2)CSharpIsGud2 years agoIt's also easily extensible for new language generation
CSharpIsGud2 years agoCan generate parsers in JavaScript and C++ (Lexer for C++ not completed yet.)
Comes complete with a math interpreter and grammar definition example for JS. It probably doesn't generate the cleanest syntax trees and has a lot of intermediate nodes but it works and in theory you can define any language you can think of.
LuaInterpreter2
Made with C#Recent comments (10)JAJanJan212 years agoCan this be used to read lua tables, in existing lua file, into C# adn if yes how?
CHChomko20093 years agonow thats alotta code
BFScript
Made with C++A compiler backend paired with a proof of concept programming language that compiles to BrainF*.
Recent comments (8)SCschafer2511 months agoA public collection of useful scripts to help manage the Mellanox BlueField SoC. https://www.pfmlogin.org/ Overview of each file:
bfacpievt Config ACPI daemon to handle AUX power mode. bfbootmgr Change boot options. bfcfg Processes a config file passed over the rshim device. bfcpu-freq Display Arm core frequency. bfdracut Create an initramfs. bffamily Display the BlueField family for the particular board. bfgrubcheck Checks if default grub password needs to be changed. bfhcafw Utilities for managing ConnectX interfaces on BlueField. bfinst Simple installation script for both the bootloader and a root file system. bfpxe PXE boot helper script. bfrec Force update of the bootloader only. bfrshlog Write message into the rshim logging buffer. bfsbkeys Dump all public keys in ATF. bfsbverify Read BFB file from file or device and verify RoTPK and CoT. bfver Print ATF, UEFI and rootfs versions. bfvcheck Check whether software versions installed match those in current release. bfvcheck.service Companion service to bfvcheck, runs bfvcheck at boot time. mlx-mkbfb Builds and extracts BFB files.
FerencKeresztes1 year agoC sharp is inferior to C++
JOJohn89B1 year agoSome are proprietary products, e.g. the compilers that come with some commercial versions of Unix or with Windows. Big companies often create their own compilers to fit their operating system and windowing environment (Apple, Microsoft).
Some are projects to create a free compiler, to replace the restricted commercial compilers: e.g. GCC.
FlaminHotValdez1 year agoAre you a maso...oh, yes you are
MAmaxwellarcher21 year agonice
RayhanADev1 year agolooks like pain B) great job xD
CSharpIsGud1 year agoFunctions are now implemented, using them will definitely make the file size and run time of compiled programs go up by a lot. Also added character literals.
CSharpIsGud1 year agoWhile loops and > operator are now implemented.
This is a prototype language which compiles to BF and can be run with a BF interpreter. It is far from complete and many operators are not implemented, as well as being potentially very unstable. The README details what little there is implemented right now.
IodineJS
Made with BashA JavaScript interpreter written in C++. It supports: - Objects - Classes(But not static members yet.) - Functions, Anonymous functions and Arrow Functions - For and While loops - Variables
Recent comments (14)cldprv2 months agoLooks cool
anonymt7 months ago@CSharpIsGud Honestly no idea how this works (and I have knowledge on how to make PLs), but great job!
STCollier9 months agoThis is really cool; I love seeing lower level level C/C++ projects being made on Replit :)
CSharpIsGud9 months agoFixed division associativity. Added README to project.
expertCoder8792 years agoWhat is this even supposed to do?
BenjaminLi72 years agowhat the what is this you blockhead
BEBenjaminHannan2 years agohow does it work
BIbily1022 years agogreat job
DepthStrider032 years agodang some sick stuff here... Making interpreters must be hard. I applaud you :)