create-your-own-lang-with-rust
                                
                                 create-your-own-lang-with-rust copied to clipboard
                                
                                    create-your-own-lang-with-rust copied to clipboard
                            
                            
                            
                        Create your own programming language with Rust
It originally started out as so but the acronym was eventually abolished. LLVM stands for nothing. I am bringing this up because of the line in Chapter 3.3 that states...
Getting this error on a Mac: https://gitlab.com/taricorp/llvm-sys.rs/-/issues/32
**Description** When running the calculator, the first number in a full line cannot be a negative number. In either the interpreter, JIT, or VM, it errors with the following message:...
Very useful project, looking forward to the continuation. **Describe the bug** I managed to hit this when running under emacs' shell mode. Interestingly it doesn't happen in a terminal. **To...
Hi there! First, thanks for sharing. This looks well written and more or less easy to follow. One thought I had though is that for readers who might need an...
It seems like there has been little to no progress pertaining to the later topics. I would be interested in working on those parts. So I will need the specifications...
using a hash mark for the comment makes it slightly more convenient for the reader by allowing them to copy and paste directly into the terminal. Thank you for writing...