1
1
mirror of https://github.com/github/semantic.git synced 2024-11-26 09:07:39 +03:00
semantic/semantic-java
Timothy Clem e591457a4c Rework tagging to compute LSP offsets
Also updates how we generate the line of source code for display
2020-06-25 14:38:33 -07:00
..
src/Language Rework tagging to compute LSP offsets 2020-06-25 14:38:33 -07:00
test fix java imports 2020-05-21 14:29:08 -04:00
LICENSE Stub in a semantic-java package. 2019-09-27 18:21:06 -04:00
README.md Stub in a semantic-java package. 2019-09-27 18:21:06 -04:00
semantic-java.cabal Move the rest of the languages over to generated datatypes 2020-06-04 09:53:17 -07:00
Setup.hs Stub in a semantic-java package. 2019-09-27 18:21:06 -04:00

semantic-java

Semantic support for Java.

Development

This project consists of a Haskell package named semantic-java. The librarys sources are in src.

Development of semantic-java is typically done using cabal v2-build:

cabal v2-build # build the library
cabal v2-repl  # load the package into ghci
cabal v2-test  # build and run the doctests