Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 487 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 487 Bytes

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!