Replies: 2 comments 1 reply
|
These are resource files that get generated by the The Java Language Specification is about a 1000 pages long but to parse the language the code involved is only 215 lines - with a lot of debug output code interleaved, See In fact arguably the 34 line method Such a tightly coded parser is achieving by turning the parsing into a state transition question. The state table data form the resource files. I hope this is useful 😆 As for licensing, I would think they are covered by the overall Eclipse SDK distribution license terms but I am no lawyer and if your situation calls for a more precise answer then you should persist with till you get an answer from an authority, |
|
Thank you for quick response :) |
Uh oh!
There was an error while loading. Please reload this page.
What is the content and licensing of *.rsc files in org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser and in other directories ?
All reactions