Please sign in to access this page
Simple lambda calculus interpreter using rust, (with a web interface! to make it easier to use), I am trying to learn rust ;)
JacobL
Check their project out: FIXAPL
qihang
Check their project out: PDF Parser
xCuzImVInni
Check their projects out: PrimeVector - new fast algorithm for GCD and LCM, GeoSolver, GeoPrimes - Geometric Interpretation of Prime Factorization of Numbers
Pookstir
Check their projects out: Mycor, Wolf Interpreter, Surface Circuits
Abū al-Barāʾ
Check their projects out: Image Compressor, Text to Handwriting Converter, QR Code Scanner, Moaz Video Downloader, QR Code Generator, Hangman Code Generator, Text Transformer, Text to voice converter, Currency Convertor , Python Learning Website, Beautiful Chess, Typing Speed Test, Moaz Website generator, Pac Man Game
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Bettering the frontend, adding some error handling and a lot of bug fixing later, a decent enough site is ready >_<
For now it is done, might come back to this later after a long break to add more things.
beta reduction working on the web interface and the website is deployed!!! check it out .^
automatic parenthesis :D
Implemented basic structs and display functions for expressions, functions, tokens etc.
Parsed text from file into tokens stuck on forming a syntax tree from the tokens ;(