Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.08 KB

README.md

File metadata and controls

29 lines (25 loc) · 2.08 KB

ferrous

Ferrous is a programming language, meant to be simple to understand and use, with inspiration from both Rust and C#. The main purpose of this project is to get a feel for rust and to satisfy my desire of writing my own compiler. I learned the basics of Rust in three days and simply looked at other projects for how to structure my code.

The basic project structure and the structure of the lexer was heavily inspired by the official rust repository.

Roadmap (not ordered):

Contributing

If you spot mistakes, bugs, bad practice, or simply want to help out, feel free to open an Issue. Pull requests are also welcome, but do try to keep them short.

Additionally

I did think about streaming, but I'm quite shy and English is not my first language (although I am quite proficient.) If I get a sufficient amount of requests to stream, I might reconsider.