2023-09-23 04:57:30 +00:00
|
|
|
#!/ this is a shebang comment!
|
2023-09-21 20:41:12 +00:00
|
|
|
// This is an example Conlang file.
|
2023-09-23 04:57:30 +00:00
|
|
|
|
2023-09-27 23:13:01 +00:00
|
|
|
/* Conlang supports block comments! */
|
|
|
|
ident // Identifier
|
|
|
|
.1 // literal float
|
|
|
|
0.1 // literal float
|
|
|
|
0x1234 // literal integer
|
|
|
|
"str" // literal string
|