🎨 DIU S.goto IDE
Basic
Demo
Full Page
📖 Docs
▶ Compile
📝 S.goto Coding Space
// Welcome to Diu! diu() { header(bg: #667eea, padding: 20px) { title(text: "My Website", align: center, color: white) nav(items: ['Home', 'About', 'Contact'], bg: #5568d3, align: center) } section(bg: white, padding: 40px) { text("Welcome to Diu", size: 32, weight: bold, color: #333, align: center) text("Build beautiful websites with simple syntax", size: 18, color: #666, align: center) button(text: "Get Started", bg: #667eea, color: white, padding: 15px 30px) } footer(bg: #333, color: white, padding: 20px, align: center) { text("© 2025 Diu Language", color: #999, size: 14) } }
🖥️ Live Preview
🔤 Tokens
🌳 Parse Tree
📄 HTML
⚠️ Errors
Click "Compile" to see tokens...
Click "Compile" to see parse tree...
Click "Compile" to see generated HTML...
No errors yet...