aboutsummaryrefslogtreecommitdiff
path: root/src/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix immutable rules; add some general documentationGinger Bill2017-02-141-0/+1
| | | | immutable is still a little weird and not completely what you'd expect. Maybe just not having it is better.
* Dynamic array syntax [...]Type; make entities private with a prefix of `_`; ↵Ginger Bill2017-02-111-6/+27
| | | | fix extension checking
* Update code from OSX merge to be consistent with the rest of the codeGinger Bill2017-02-011-13/+7
| | | | Remove some dead code whilst I was here too :P
* oh boy, basic osx/unix supportzhiayang2017-02-021-9/+52
|
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-171-1/+1
|
* Fix preload initialization orderingGinger Bill2016-12-041-13/+0
|
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-80/+107
|
* Fix parsing for comments; add global ODIN_* string constantsGinger Bill2016-11-241-7/+1
|
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+422