Skip to content
    Open navbar menu
    Sign UpLog In
    JacobMcPherson1

    arugula

    @JacobMcPherson1
    https://replit.com/talk/share/REMADE-FORTNITE-IN-JS/132410
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    9 months ago
    0
    Rust calculator
    Rust calculatorsimple parser + interpreter made in rust Type an equation an it outputs an answer (no floating point numbers or parenthesis to adjust precedence currently)
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    9 months ago
    4
    Asteroid - my new programming language
    Asteroid - my new programming languageThe Asteroid programming language. this is pretty small currently but it has most of the basic features you would expect. this is more of a functional language and has no classes at all, but its still more general purpose. Thanks to @imcute-aaaa for helping me make this
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    10 months ago
    3
    Asteroid - OLD -
    Asteroid - OLD -Basic programming language with support for, ~ IO ~ arithmetic operations ~ variables (including lists and list methods like push and pop) ~ basic conditionals (if/elif/else) ~ while loops ~ loop command (infinite loop) ~ functions ~ importing files Semicolons are required (they make things easier to parse). Leave any feedback in the comments.
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    10 months ago
    1
    ip grabber
    ip grabbersend your unique url that is auto-generated by the website to someone to grab their ip, you can clear the database of logged ips by clicking the "clear" button. Thanks and enjoy!
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    10 months ago
    1
    recursive descent calculator
    recursive descent calculatorvery simple language with support for variables (declared like "var_name = some number or equation"), arithmetic operations (using +, -, *, and /), printing ("print(1+1)"), and basic conditionals (syntax looks like: "if 1 == 1: print(1+1)" or "if num_one != num_two: print some value or set some variable here"), only has an else statement as of now, and im currently interpreting the code as its parsed instead of making an AST out of the code and then interpreting that so with the current structure of the lang, its not going much further than it is currently (though i will refactor the code some other time in a different project)
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    11 months ago
    1
    tic tac toe ai
    tic tac toe aiunbeatable tic tac toe ai made using python
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    11 months ago
    4
    unbeatable tic tac toe
    unbeatable tic tac toeunbeatable tic tac toe ai, made using a minimax algorithm
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    11 months ago
    1
    convert simple equation to an AST
    convert simple equation to an ASTformats a simple equation into an abstract syntax tree (this has no operator precedence so if anyone could help put me in the right direction on how to implement that it would be greatly appreciated)
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    1 year ago
    1
    quick sort
    quick sortrust implementation of quick sort
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    1 year ago
    1
    rough pi estimation
    rough pi estimationsemi accurate estimation of pi (just started learning rust so pls forgive if code is bad)
    JacobMcPherson1
    JacobMcPherson1
    published a Repl
    1 year ago
    22
    Money collector
    Money collectorCollect 5 dollars to win! your time score is placed on a global leaderboard @ = your character $ = money (touch to collect) = walls (you die if you touch them) have fun!
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang