Skip to content

Commit

Permalink
Add TRegex to the list of projects in docs/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkamarsik committed Apr 5, 2018
1 parent 8dc39fc commit 4539c7c
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ Further details can be found on the [OTN site](http://www.oracle.com/technetwork

* [Substrate VM](../substratevm) is a framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects.

* [TRegex](../regex) is an implementation of regular expressions which leverages Graal and Truffle for efficient compilation of automata.

## License

[Truffle](../truffle) and its dependency [Graal SDK](../sdk) are licensed under the [GPL 2 with Classpath exception](../truffle/LICENSE.GPL.md).

The [Tools](../tools) project is licensed under the [GPL 2 with Classpath exception](../tools/LICENSE.GPL.md).

The [TRegex](../regex) project is licensed under the [GPL 2 with Classpath exception](../regex/LICENSE.GPL.md).

The [Graal compiler](../compiler) is licensed under the [GPL 2](../compiler/LICENSE.md).

The [Substrate VM](../substratevm) is licensed under the [GPL 2](../substratevm/LICENSE.md).
Loading

0 comments on commit 4539c7c

Please sign in to comment.