This is the XP Language's development checkout
[root]
|- compiler # The XP Framework's core
|- module.pth # Classpath
`- src # Sourcecode, by Maven conventions
|- main
|- test
`- resources
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!