Unv
Syntax for Unv Programming Language
A programming language is a formal language comprising a set of strings that produce various kinds of machine code output. Programming languages are one kind of computer language, and are used in computer programming to implement algorithms. from Wikipedia
A programming language = a syntax Kavindu Santhusa(creator of Unv)
So I had defined the syntax. means I had created a programming language.
But without an implementation people can't use it. I had created my implementation with JavaScript, the most universal programming language. You can try it here on the playground.
if 5 > 2
print("Five is greater than two!")
if 5 > 2
print("Five is greater than two!")