feat: add support for conditional packet attribute
feat: add checking parameter method for the generator
fix: iterate for to last parameter
feat: add packet greedy attribute
fix: correctly check for last token if there are optionals
feat: add support for optional parameters
chore: remove debug attachment in source generator
fix: correct generated syntax errors
feat: rewrite packet serializer generator
feat: skip to last token of nested levels if possible
fix: generate serializers for nullable types correctly
fix: syntax errors in list attribute generator
feat: add base packet list source generators
fix: handle non-nullable values correctly in packet index code generator
feat: return diagnostic error if there is same packet index twice
feat: add source generator for basic packet converter