Skip to content

protasm/LPC2J

Repository files navigation

LPC2J is an LPC90-compatible compiler for creating Java classfiles from LPC (i.e. LPMud) source code.

Scanner usage

When scanning source from an in-memory string, use the simplified pipeline:

TokenList tokens = LPC2J.scan(sourceText);
ASTObject ast = LPC2J.parse(tokens);
byte[] bytecode = LPC2J.compile(ast);

About

An LPC90-compatible compiler for creating Java class files from LPC (i.e., LPMud) source code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •