The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
9answers
874 views

Make a finky syntax checker

You are to make a program that can check the syntax of programs of its same language. For example, if you do it in python, it checks python syntax. Your program will receive a program on standard ...
17
votes
14answers
2k views

Code Romanization

The challenge is to make any Roman numerals valid code in your chosen language. They should not appear inside of strings or anything similar, but work just like any other tokens, literals such as ...