Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

supported parsing multiple blobs#28

Merged
niyaton merged 3 commits intomasterfrom
parse-multiple-blobs
Feb 13, 2015
Merged

supported parsing multiple blobs#28
niyaton merged 3 commits intomasterfrom
parse-multiple-blobs

Conversation

@niyaton
Copy link
Copy Markdown
Owner

@niyaton niyaton commented Feb 11, 2015

Kenja java parser changes its behaviour depends on program arguments now.
If it gets only one arg (old style):

  • read all lines from stdin and regards as source code.
  • kenja-java-parser will output a syntax tree file which path was given as a argument.

If it gets two args (new added):

  • read lines per line
  • each line means hash of blob to parse.
  • kenja-java-parser will read the contents of blob by using jGit API.
  • the location of git repository is given as first argument.
  • the location of syntax trees dir is given as second argument.
  • kenja-java-parser automatically make syntax tree files in syntax trees dir and these file name is same as hash of blob.

@niyaton niyaton force-pushed the parse-multiple-blobs branch from 3f7c5bb to dc0fdce Compare February 12, 2015 23:50
niyaton added a commit that referenced this pull request Feb 13, 2015
@niyaton niyaton merged commit 7669c41 into master Feb 13, 2015
@niyaton niyaton deleted the parse-multiple-blobs branch February 13, 2015 01:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant