Logo
Explore Help
Sign In
intercal/not-python2
1
0
Fork 0
You've already forked not-python2
Code Issues Pull Requests Releases Wiki Activity
Files
master
not-python2/build.rs

7 lines
157 B
Rust
Raw Permalink Normal View History

Initial commit * Parser, compiler, objects, and VM base implementations * Stuff will print out, functions called, etc * There are probably plenty of bugs but this is a good starting point to start committing changes into git Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-04-01 22:34:35 -07:00
fn main() -> Result<(), Box<dyn std::error::Error>> {
lalrpop::Configuration::new()
.generate_in_source_tree()
.process()?;
Ok(())
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 28ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API