0
I Use This!
Activity Not Available

Commits : Listings

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