Based on Swift language grammar: https://docs.swift.org/swift-book/ReferenceManual/zzSummaryOfTheGrammar.html
Input: text file with Swift code.
Output:
- highlighted HTML file
- sequence of tokens
- tokens grouped by type
Language of implementation: JAVA.