0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped the version string to '0.01.1dev'.
tim
More... about 14 years ago
Merge pull request #1 from ianbollinger/master More... about 14 years ago
Moved chan keyword to types. More... about 14 years ago
Fixed >>>= and highlighing for overloaded operators. More... about 14 years ago
Added highlighting for function and type names, and for attributes. More... about 14 years ago
Added highlighting of string and character escapes. More... about 14 years ago
Updated keywords, fixed integer and character literals, and added unicode identifiers. More... about 14 years ago
Increment the version string to "0.01.0dev".
tim
More... about 14 years ago
A markdown readme for github.
tim
More... about 14 years ago
Docstrings.
tim
More... about 14 years ago
The `use`-statement part isn't necessary anymore.
tim
More... about 14 years ago
`true` and `false` should be `Keyword.Constant`s.
tim
More... about 14 years ago
Oops, fixed `nil`.
tim
More... about 14 years ago
Bump the version string to '0.00.1dev'.
tim
More... about 14 years ago
added nil
tim
More... about 14 years ago
Binary move operator and swap operator.
tim
More... about 14 years ago
Operators shouldn't need boundaries around them.
tim
More... about 14 years ago
Equals sign.
tim
More... about 14 years ago
Added the single colon to `symbols`.
tim
More... about 14 years ago
Added identifiers.
tim
More... about 14 years ago
exponent form of floats.
tim
More... about 14 years ago
Floats shouldn't also catch integers.
tim
More... about 14 years ago
Float literals!
tim
More... about 14 years ago
Added decimal, hexadecimal, and integer literals.
tim
More... about 14 years ago
String literals.
tim
More... about 14 years ago
A 'literals' section and character literals.
tim
More... about 14 years ago
Added word-boundary delimiters to types and keywords.
tim
More... about 14 years ago
Added bitwise, boolean, and comparison operators.
tim
More... about 14 years ago
Binary and unary operators.
tim
More... about 14 years ago
Generalized `punctuation` to `symbols`.
tim
More... about 14 years ago