Skip to content

Commit

Permalink
Features:
Browse files Browse the repository at this point in the history
Bug Fixes/Re-organization:

Samples:

	- Service JSON Parser YY Token #1 (1)
	- Service JSON Parser YY Token - TYPE_VALUE (2)
	- Service JSON Parser YY Token - TYPE_LEFT_BRACE (3)
	- Service JSON Parser YY Token - TYPE_RIGHT_BRACE (4)
	- Service JSON Parser YY Token - TYPE_LEFT_SQUARE (5)
	- Service JSON Parser YY Token - TYPE_RIGHT_SQUARE (6)
	- Service JSON Parser YY Token - TYPE_COMMA (7)
	- Service JSON Parser YY Token - TYPE_COLON (8)
	- Service JSON Parser YY Token - TYPE_EOF (9)
	- Service JSON Parser YY Token - Type (10)
	- Service JSON Parser YY Token - Value (11)
	- Service JSON Parser YY Token - Constructor (12, 13)
	- Service JSON Parser YY Token - To String #1 (14, 15)
	- Service JSON Parser YY Token - To String #2 (16, 17, 18)
	- Service JSON Parser YY Token - To String #3 (19, 20, 21)
	- Service JSON Parser YY Token - To String #4 (22, 23, 24)
	- Service JSON Parser YY Token #2 (25, 26, 27)
	- Service JSON Parser YY Token #3 (28, 29, 30)
	- Service JSON Parser YY Token #4 (31, 32, 33)
	- Service JSON Parser YY Token #5 (34, 35, 36)
	- Service JSON Parser YY Lex #1 (37, 38, 39)
	- Service JSON Parser YY Lex YY - EOF (40)
	- Service JSON Parser YY Lex YY - Initial size of the lookahead buffer (41)
	- Service JSON Parser YY Lex YY - Lexical states (42)
	- Service JSON Parser YY Lex YY - Lexical state - BEGIN (43)
	- Service JSON Parser YY Lex YY - ZZ_LEXSTATE (44)
	- Service JSON Parser YY Lex YY - Translates characters to character classes #1 (45)
	- Service JSON Parser YY Lex YY - Translates characters to character classes #2 (46)
	- Service JSON Parser YY Lex YY - Translates DFA states to action switch labels (47)
	- Service JSON Parser YY Lex YY - ZZ_ACTION (48)
	- Service JSON Parser YY Lex YY - ZZ_ACTION_PACKED_0 (49)
	- Service JSON Parser YY Lex YY - ZZ Unpack Action #1 (50, 51)
	- Service JSON Parser YY Lex YY - ZZ Unpack Action #2 (52, 53, 54)
	- Service JSON Parser YY Lex YY - Translates a state to a row index in the transition table (55)
	- Service JSON Parser YY Lex YY - ZZ_ROWMAP_PACKED_0 (56)
	- Service JSON Parser YY Lex YY - ZZ Unpack Row Map #1 (57, 58)
	- Service JSON Parser YY Lex YY - ZZ Unpack Row Map #2 (59, 60)
	- Service JSON Parser YY Lex YY - The transition table of the DFA (61)
	- Service JSON Parser YY Lex YY - ZZ_UNKNOWN_ERROR (62)
	- Service JSON Parser YY Lex YY - ZZ_NO_MATCH (63)
	- Service JSON Parser YY Lex YY - ZZ_PUSHBACK_2BIG (64)
	- Service JSON Parser YY Lex YY - ZZ_ERROR_MSG (65)
	- Service JSON Parser YY Lex YY - ZZ_ATTRIBUTE (66)
	- Service JSON Parser YY Lex YY - ZZ_ATTRIBUTE_PACKED_0 (67)
	- Service JSON Parser YY Lex YY - ZZ Unpack Attribute #1 (68, 69)
	- Service JSON Parser YY Lex YY - ZZ Unpack Attribute #2 (70, 71, 72)
	- Service JSON Parser YY Lex YY - ZZ Reader (73)
	- Service JSON Parser YY Lex YY - ZZ State (74)
	- Service JSON Parser YY Lex YY - ZZ Lexical State (75)
	- Service JSON Parser YY Lex YY - ZZ Buffer (76)
	- Service JSON Parser YY Lex YY - ZZ Marked Position (77)
	- Service JSON Parser YY Lex YY - ZZ Current Position (78)
	- Service JSON Parser YY Lex YY - ZZ Start Read (79)
	- Service JSON Parser YY Lex YY - ZZ End Read (80)
	- Service JSON Parser YY Lex YY - Line (81)
	- Service JSON Parser YY Lex YY - Char (82)
	- Service JSON Parser YY Lex YY - Column (83)
	- Service JSON Parser YY Lex YY - ZZ At BOL (84)
	- Service JSON Parser YY Lex YY - ZZ At EOF (85)
	- Service JSON Parser YY Lex YY - String Buffer (86)
	- Service JSON Parser YY Lex YY - Position (87, 88)
	- Service JSON Parser YY Lex YY - Constructor #1 (89, 90)
	- Service JSON Parser YY Lex YY - Constructor #2 (91, 92)
	- Service JSON Parser YY Lex YY - ZZ Unpack CMap #1 (93, 94)
	- Service JSON Parser YY Lex YY - ZZ Unpack CMap #2 (95, 96)
	- Service JSON Parser YY Lex YY - ZZ Refill #1 (97, 98, 99)
	- Service JSON Parser YY Lex YY - ZZ Refill #2 (100, 101, 102)
	- Service JSON Parser YY Lex YY - ZZ Refill #3 (103, 104, 105)
	- Service JSON Parser YY Lex YY - ZZ Refill #4 (106, 107, 108)
	- Service JSON Parser YY Lex YY - Close (109, 110, 111)
	- Service JSON Parser YY Lex YY - Reset (112, 113, 114)
	- Service JSON Parser YY Lex YY - State (115, 116)
	- Service JSON Parser YY Lex YY - Begin (117, 118)
	- Service JSON Parser YY Lex YY - Text (119, 120)


IdeaDRIP:
  • Loading branch information
Lakshmik committed Jan 19, 2025
1 parent 2676a5b commit 6721074
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 258 deletions.
84 changes: 84 additions & 0 deletions ReleaseNotes/05_13_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@

Features:

Bug Fixes/Re-organization:

Samples:

- Service JSON Parser YY Token #1 (1)
- Service JSON Parser YY Token - TYPE_VALUE (2)
- Service JSON Parser YY Token - TYPE_LEFT_BRACE (3)
- Service JSON Parser YY Token - TYPE_RIGHT_BRACE (4)
- Service JSON Parser YY Token - TYPE_LEFT_SQUARE (5)
- Service JSON Parser YY Token - TYPE_RIGHT_SQUARE (6)
- Service JSON Parser YY Token - TYPE_COMMA (7)
- Service JSON Parser YY Token - TYPE_COLON (8)
- Service JSON Parser YY Token - TYPE_EOF (9)
- Service JSON Parser YY Token - Type (10)
- Service JSON Parser YY Token - Value (11)
- Service JSON Parser YY Token - Constructor (12, 13)
- Service JSON Parser YY Token - To String #1 (14, 15)
- Service JSON Parser YY Token - To String #2 (16, 17, 18)
- Service JSON Parser YY Token - To String #3 (19, 20, 21)
- Service JSON Parser YY Token - To String #4 (22, 23, 24)
- Service JSON Parser YY Token #2 (25, 26, 27)
- Service JSON Parser YY Token #3 (28, 29, 30)
- Service JSON Parser YY Token #4 (31, 32, 33)
- Service JSON Parser YY Token #5 (34, 35, 36)
- Service JSON Parser YY Lex #1 (37, 38, 39)
- Service JSON Parser YY Lex YY - EOF (40)
- Service JSON Parser YY Lex YY - Initial size of the lookahead buffer (41)
- Service JSON Parser YY Lex YY - Lexical states (42)
- Service JSON Parser YY Lex YY - Lexical state - BEGIN (43)
- Service JSON Parser YY Lex YY - ZZ_LEXSTATE (44)
- Service JSON Parser YY Lex YY - Translates characters to character classes #1 (45)
- Service JSON Parser YY Lex YY - Translates characters to character classes #2 (46)
- Service JSON Parser YY Lex YY - Translates DFA states to action switch labels (47)
- Service JSON Parser YY Lex YY - ZZ_ACTION (48)
- Service JSON Parser YY Lex YY - ZZ_ACTION_PACKED_0 (49)
- Service JSON Parser YY Lex YY - ZZ Unpack Action #1 (50, 51)
- Service JSON Parser YY Lex YY - ZZ Unpack Action #2 (52, 53, 54)
- Service JSON Parser YY Lex YY - Translates a state to a row index in the transition table (55)
- Service JSON Parser YY Lex YY - ZZ_ROWMAP_PACKED_0 (56)
- Service JSON Parser YY Lex YY - ZZ Unpack Row Map #1 (57, 58)
- Service JSON Parser YY Lex YY - ZZ Unpack Row Map #2 (59, 60)
- Service JSON Parser YY Lex YY - The transition table of the DFA (61)
- Service JSON Parser YY Lex YY - ZZ_UNKNOWN_ERROR (62)
- Service JSON Parser YY Lex YY - ZZ_NO_MATCH (63)
- Service JSON Parser YY Lex YY - ZZ_PUSHBACK_2BIG (64)
- Service JSON Parser YY Lex YY - ZZ_ERROR_MSG (65)
- Service JSON Parser YY Lex YY - ZZ_ATTRIBUTE (66)
- Service JSON Parser YY Lex YY - ZZ_ATTRIBUTE_PACKED_0 (67)
- Service JSON Parser YY Lex YY - ZZ Unpack Attribute #1 (68, 69)
- Service JSON Parser YY Lex YY - ZZ Unpack Attribute #2 (70, 71, 72)
- Service JSON Parser YY Lex YY - ZZ Reader (73)
- Service JSON Parser YY Lex YY - ZZ State (74)
- Service JSON Parser YY Lex YY - ZZ Lexical State (75)
- Service JSON Parser YY Lex YY - ZZ Buffer (76)
- Service JSON Parser YY Lex YY - ZZ Marked Position (77)
- Service JSON Parser YY Lex YY - ZZ Current Position (78)
- Service JSON Parser YY Lex YY - ZZ Start Read (79)
- Service JSON Parser YY Lex YY - ZZ End Read (80)
- Service JSON Parser YY Lex YY - Line (81)
- Service JSON Parser YY Lex YY - Char (82)
- Service JSON Parser YY Lex YY - Column (83)
- Service JSON Parser YY Lex YY - ZZ At BOL (84)
- Service JSON Parser YY Lex YY - ZZ At EOF (85)
- Service JSON Parser YY Lex YY - String Buffer (86)
- Service JSON Parser YY Lex YY - Position (87, 88)
- Service JSON Parser YY Lex YY - Constructor #1 (89, 90)
- Service JSON Parser YY Lex YY - Constructor #2 (91, 92)
- Service JSON Parser YY Lex YY - ZZ Unpack CMap #1 (93, 94)
- Service JSON Parser YY Lex YY - ZZ Unpack CMap #2 (95, 96)
- Service JSON Parser YY Lex YY - ZZ Refill #1 (97, 98, 99)
- Service JSON Parser YY Lex YY - ZZ Refill #2 (100, 101, 102)
- Service JSON Parser YY Lex YY - ZZ Refill #3 (103, 104, 105)
- Service JSON Parser YY Lex YY - ZZ Refill #4 (106, 107, 108)
- Service JSON Parser YY Lex YY - Close (109, 110, 111)
- Service JSON Parser YY Lex YY - Reset (112, 113, 114)
- Service JSON Parser YY Lex YY - State (115, 116)
- Service JSON Parser YY Lex YY - Begin (117, 118)
- Service JSON Parser YY Lex YY - Text (119, 120)


IdeaDRIP:
Loading

0 comments on commit 6721074

Please sign in to comment.