| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
inhx is the original Intel hex format.
|
|
|
|
|
|
|
|
| |
String literals are treated as integers. If a string is passed as an
integer argument to a packed binary literal, a new instance of the
packed binary literal is invoked for every character in the string,
with each character being passed to the packed binary literal as a
Unicode character value.
|
|
|
|
|
| |
This is a huge and messy commit, worked on piecemeal while traveling
and while the language was still being designed.
|
| |
|
| |
|
|
|
|
| |
This will allow type names to be shared by both types of token.
|
| |
|
|
|