10000 GitHub - dr3fty/panda: ⚡ Lightweight and powerful programming language written in Java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dr3fty/panda

 
 

Repository files navigation

Logo

Build Status AppVeyor LGTM CodeFactor


Panda is lightweight and powerful programming language written in Java.
Enhance the syntax dynamically or build your own language on top of the Panda Framework.
~ panda-lang.org :wq

Preview

〽️ Maven

The latest indev build

<dependency>
    <groupId>org.panda-lang</groupId>
    <artifactId>panda</artifactId>
    <version>indev-19.11.1</version>
</dependency>

Maven repository: repo.panda-lang.org

<repository>
    <id>panda-repository</id>
    <name>Panda Repository</name>
    <url>https://repo.panda-lang.org/</url>
</repository>

📜 Repository structure

panda/
+--examples/                 Example scripts written in Panda
+--panda/                    Panda module
   +----/src                 All sources of Panda
   +----pom.xml              The main maven build script for Panda module
+--panda-framework/          Panda Framework module
   +----/src                 All sources of Panda Framework
   +----pom.xml              The main maven build script for Panda Framework module
+--panda-utilities/          Panda Utilities module
   +----/src                 All sources of Panda Utilities
   +----pom.xml              The main maven build script for Panda Utilities module
+--pom.xml                   The main maven build script

💞 See also

About

⚡ Lightweight and powerful programming language written in Java

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0