From ad1391ea1cdd33167339d25dbff2567f5a8d5c68 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 23 Dec 2022 20:58:58 -0400 Subject: Began work on C++ back-end. --- lux-c++/project.lux | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lux-c++/project.lux (limited to 'lux-c++/project.lux') diff --git a/lux-c++/project.lux b/lux-c++/project.lux new file mode 100644 index 000000000..564c47f28 --- /dev/null +++ b/lux-c++/project.lux @@ -0,0 +1,24 @@ +["" + ["identity" ["com.github.luxlang" "lux-c++" "0.8.0-SNAPSHOT"] + "info" ["description" "A C++ compiler for Lux." + "url" "https://github.com/LuxLang/lux" + "scm" "https://github.com/LuxLang/lux.git" + "licenses" [["name" "Lux License v0.1.2" + "url" "https://github.com/LuxLang/lux/blob/master/license.txt" + "type" "repo"]] + "developers" [["name" "Eduardo Julian" + "url" "https://github.com/eduardoejp"]]] + + "deploy_repositories" {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" + "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"} + + "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" + "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + + "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"] + ] + + "program" program._] + + "python" + ["lux" ["com.github.luxlang" "lux-python" "0.8.0-SNAPSHOT" "jar"]]] -- cgit v1.2.3