All Questions
Tagged with syntax-highlight programming-languages
1 question
2
votes
1
answer
6k
views
How to write a syntax checker [closed]
How is a syntax checker for a programming language written? I am guessing a grammar has to be written first. How to then proceed?
Motivation
I'm using a programming language (Apex for Salesforce) ...