Search code examples
c#parsingdata-structurescadfileparsing

Understanding and parsing FABMaster ASCII transfer format (.fatf) file


How can I parse a .fatf or .asc (FABMaster ASCII transfer format). Does any documentation exist for the file structure?


Solution

  • I wrote a mail to FABMaster and they sent the official documentation, which describes the file structure. Now I can go on parsing the files with Antlr.