NightProg
NightProg
**Is your feature request related to a problem? Please describe.** I want to add my llvm ir code already written in llvm ir **Describe the solution you'd like** a method...
Adding this [resource ](https://mukulrathi.com/create-your-own-programming-language/intro-to-compiler/)
``` error[E0642]: patterns aren't allowed in functions without bodies --> /Users/antoine/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.16/src/serialize.rs:145:45 | 145 | ... &f_name: &str, | ^^^^^^^ pattern not allowed in function without body ``` rust-serialize is depraced...
Hello, I have multiple error when compiling the generated parser and lexer. ANTLR version: **4.13.0** Os: Macos Command used: `antlr -Dlanguage=Cpp -o ${CMAKE_CURRENT_SOURCE_DIR}/src/LythonCompiler/Parser/ANTLR/ ${CMAKE_CURRENT_SOURCE_DIR}/src/LythonCompiler/Parser/ANTLR/Python3Parser.g4` the error: ``` /Users/./Documents/lython-cpp/src/LythonCompiler/Parser/ANTLR/PythonParser.cpp:19168:11: error: use...
When testing your sketchybar configuration i got this error: ``` lua: ./init.lua:2: module 'sketchybar' not found: no field package.preload['sketchybar'] no file '/usr/local/share/lua/5.4/sketchybar.lua' no file '/usr/local/share/lua/5.4/sketchybar/init.lua' no file '/usr/local/lib/lua/5.4/sketchybar.lua' no file...
Add the possibility to create a extern block : ```rust extern { * } ```
## Bevy Version: 0.14.2 ## Relevant system information - Cargo version: cargo 1.82.0-nightly (8f40fc59f 2024-08-21) - OS : MacOS 15.0.1 ## What you did I just build a simple bevy...