Skip to content

Gardens Point Component Pascal compiler for Java8/11/17

Notifications You must be signed in to change notification settings

pahihu/gpcp-JVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpcp-JVM

Gardens Point Component Pascal compiler for the JVM

It is the JVM target of the excellent GPCP compiler. After JDK 1.8.0_275 the JVM follows the spec more rigorously and does not allow semicolons in class names.

I've hacked the GPCP compiler to emit local/stack declarations without semicolons. It is now working on Java 11 and Java 17.

Good luck!