Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
1{
2 {type='rows', width=500, default={font={size=21}, line_height=35},
3 {type='text', 'Lenguaje de programación Lua', font={size=28}},
4 {type='text', 'lua.org (1993)'},
5 {type='rows', default={border='grey'}, width=200,
6 {type='text', 'nivel superior', target='--lua-def'},
7 {type='text', 'valores y tipos', target='--lua-type'},
8 {type='text', 'declaraciones', target='--lua-stmt'},
9 {type='text', 'expresiones', target='--lua-expr'},
10 {type='text', 'tablas', target='--lua-table'},
11 },
12 }
13}