Skip to content

mrosoiu/xp-language

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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!

About

XP Compiler and Language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%