The assert keyword.
!
!=
The : symbol
,
.
The each keyword.
The echo keyword.
The else keyword.
Eot is always pushed as the last token and used by the parser to detect the endo of the file.
=
==
The false keyword.
The filename of an imported file e.g. '<file.scad>'
The for keyword.
The function keyword.
=
The '#' symbol
An identifier, represents a function, module or variable name
The if keyword.
The include keyword.
Left brace: {
Left bracket: [
Left parenthesis: (
<
<=
The let keyword.
The module keyword.
A number literal.
||
The ? symbol
Right brace: }
Right bracket: ]
Right parenthesis: )
;
A string literal (e.g. quoted color names)
The true keyword.
The undef keyword.
The use keyword.
&&