Skip to content

Commit

Permalink
Merge branch 'master' of github.com:miho/InMemoryJavaCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Mar 10, 2020
2 parents ada0914 + 8f9e630 commit c62f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The purpose of this project is to provide a simple API for in-memory compilation of Java code. While the JDK provides a full-blown API for this, in many cases a much simpler API is sufficient.

This project is based on abandoned code by [@trung](https://github.com/trung/InMemoryJavaCompiler).
This project is based on abandoned code by [@trung](https://github.com/trung/InMemoryJavaCompiler) and reduced version of language utils from [VRL](https://github.com/VRL-Studio/VRL).

## Using JCompiler

Expand Down

0 comments on commit c62f66f

Please sign in to comment.