Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

LES

< >

LES, aka Loyc Expression Syntax, is a grammar language created in 2012 by David Piepgrass.

#2120on PLDB 12Years Old


Example from the web:
@[#static] fn factorial(x::int)::int { var result = 1; for (; x > 1; x--) { result *= x; }; return result; };

View source

- Build the next great programming language About Acknowledgements Extensions Day 624 feedback@pldb.io