-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add byteArrayToLong, decodePoint, xorOf parser tests; * add SBoolean.toByte, SOption.map, SCollection.zip, zipWith, flatMap parser tests; * add parser tests for new SBigInt, SNumeric, SGroupElement methods; * add parser tests for HEADERS methods; * add LogicalNot boolean unary op in parser; * add Negation unary op for numeric type in parser; * add BitInversion unary op in parser; * add BinXor binary op in parser; commented out tests for ^ bin op (used for exponentiate); * add BitOp node; add parser test for bitwise AND; * make ^ to parse as method; * add bit-shifted ops to the parser; * add bit collections shift ops handling in parser; add BitRotateLeft, BitRotateLeft handling in parser; * rename parameters, add comments; * update scala to 2.12.8 (sync with ergo); * re-arrange op codes after rebase; * assign | for bit OR for numeric types; * fixed HEADERS parser test; * merged BitRotateLeft and BitRotateRight into BitRotate and renamed params (removed TwoArgumentsOperation); * generalize BitRotate into Rotate to use with collection of any type; * generalize shifts to use with collection of any type;
- Loading branch information
1 parent
ff8b162
commit e798c20
Showing
10 changed files
with
288 additions
and
16 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
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
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
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
Oops, something went wrong.