-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ignoring "Obj" field "Obj" field refers to the original `FuncDecl` object of method defination where that function is getting called. This is inside CallExp. In the event method call occurs before the function declration. In that case while generating Json `FuncDecl` object gets added inside `CallExp`. At the place of original `FuncDecl` node, we get the reference node id. Hence ignoring this field at the momemnt. * Concurrency changes Made changes to run the parser in parallel threads without any errors. We are limiting the number threads to available number of processors on the machine.
- Loading branch information
1 parent
7d6b44c
commit 58d2896
Showing
2 changed files
with
96 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters