Mattia17git/light — reverse-engineered prompt
Reverse engineered prompt
Build me a simple official website for my programming language called Light. I want it to feel clean and modern, and explain that Light is meant to combine the readability of scripting languages like Python and Lua with the safety of explicit typing. The page should clearly introduce the language, show a few easy to understand syntax examples, and highlight the main features like optional type annotations, built in lists and dictionaries, classes with constructors, and block endings with the word end instead of braces.
I also want a section that explains the current compiler frontend in plain language, covering the lexer, parser, and AST pipeline, and making it clear that this is the foundation of the language right now. If it makes sense, include buttons to download the available extension package and the project archive. Keep the design minimal, polished, and easy to read, like a real landing page for a new language. You can look up current examples of language landing pages online if you need inspiration.
Want more depth? Deep Reverse