-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently original KSC can parse more wider range of call expressions then it can handle, actually it can handle only `[expr.]$name($args)` construction, but it can parse, for example: - ()(args) - [](args) - 42(args) - ""(args) - true(args) This is fixed in the original compiler in the kaitai-io/kaitai_struct_compiler#227 but it still not merged
- Loading branch information
Showing
2 changed files
with
170 additions
and
12 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