Coder Social home page Coder Social logo

arthurfiorette / brainease Goto Github PK

View Code? Open in Web Editor NEW
14.0 1.0 0.0 1.63 MB

๐Ÿคฏ A brainf*ck-style programming language, but readable.

Home Page: https://brainease.cli.rs

License: GNU General Public License v3.0

Rust 95.54% R 4.46%
rust brain fuck brainfuck brainease programming-language language rust-language

brainease's Introduction


I'm a passionate software engineer from Brazil ๐Ÿ‡ง๐Ÿ‡ท. My enthusiasm for open-source projects brings people together globally and propels us toward a brighter future. When I'm not coding, you'll catch me indulging in mountain biking, playing Counter-Strike, volleyball, or assisting beginners with coding.

My focus is on full-stack development. I embarked on my coding journey in late 2018 with Java, initially experimenting with Minecraft plugins. Since then, I've expanded my skills to develop a range of applications, from SaaS enterprise projects to a TypeScript framework, and even my own programming language.




Twitter Instagram Twitch Discord Mail Steam Reddit LinkedIn


brainease's People

Contributors

arthurfiorette avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

brainease's Issues

`1.1.0 Stable` - Documentation

๐Ÿ“‘: Needs rewrite

  • Instructions

    • break
    • goto
    • if
    • inc-and-dec
    • loop
    • move-and-swap
    • print-and-write
    • read-and-save
  • Langugage

    • ๐Ÿ“‘ assignment-operators
    • handling-io
    • loops-and-flow-control
    • ๐Ÿ“‘ pointer-movement
  • Learning

    • ๐Ÿ“‘ ide-support
    • ๐Ÿ“‘ installing
    • ๐Ÿ“‘ memory
    • ๐Ÿ“‘ syntax
  • Reference

    • bf-transpiler
    • brainease-cli
    • lexer
    • programmatically-usage
    • runtime
    • transpiler

`1.1.0 Stable` - Tasks


(PRs are welcome)

โš™๏ธ Cli

Bugs

  • Avoid panics when no brainease file is found (a47acaa)
  • Add optimization settings while transpile to avoid repeat brainease instructions that can be grouped together. (Like ++++ can be inc 4 in *@) Implemented as default way.

Features

  • Change file extension from .bz to .brain (c2a7949)
  • Better filepath normalization (a47acaa)
  • Create an transpiler binary to convert brainf*ck into brainease code (9c4a5ce)
  • Split transpile and run steps in two subcommands (0ee230e)
  • Renamed binary into brainz (632ac11 and b0a2649)
  • Add arm version support (f73437a)

๐Ÿƒ Runtime

Bugs

  • write and print are emitting the same output (7c993b7)
  • Goto left/right may cause memory to index out of bounds (d2322db)

Features

  • Wrap pointer if his value is the same as memory length (b9eae59)
  • Inifinite loop when running transpiled golden.b (7c5ace7)
  • Exit, break and continue instructions (a64e776)

๐Ÿ–Œ๏ธ Lexer

Bugs

  • Unmatched indentation at end of indentation block (e6ebc5c)
  • Extra chars warns with comments (d0d1fb1)
  • Allow escape sequence in characters (c10a792)

Features

  • Remove necessity of writing *@ to use memory pointers (Reduces redability)
  • Remove extra chars detection. Emit a unknown warning at the hole line. (3dc2926)
  • Allow direct characters in print and write instructions (33dc126)
  • Include characters inside if statements (75f75e2)

๐Ÿงฌ Transpiler

Bugs

  • Catch preventable bugs with more unit tests (398b71a)

๐Ÿ“š Documentation

Features


๐Ÿ“ฆ Repository

Features

  • Replace Makefile with cargo-make (3bb9fb3)
  • Add binaries on release (x86_64-unknown-linux-musl, x86_64-apple-darwin, x86_64-pc-windows-msvc and arm-unknown-linux-gnueabihf) (05d3eed)
  • Move all packages under packages/** (4c586a3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.