GitHub - mrosoiu/xp-language: XP Compiler and Language

Skip to content

Navigation Menu

Sign in

Appearance settings

XP Language

This is the XP Language's development checkout

Directory structure

[root]
|- compiler           # The XP Framework's core
|- module.pth      # Classpath
`- src             # Sourcecode, by Maven conventions
   |- main
   |- test
   `- resources

Using it

To use the the XP Compiler append the following to the "use" key of your xp.ini file:

# Windows
;[root]/compiler

# Un*x
:[root]/compiler

Enjoy!

Languages

  • PHP 99.3%
  • Other 0.7%