Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Elixir] Add the last batch of new operators introduced just before the ↵ | Alexei Sholik | 2014-09-10 | 1 | -0/+8 |
| | | | | 1.0.0 release. | ||||
* | [Elixir] Parse maps and tuples to make non-trivial and nested string ↵ | Alexei Sholik | 2014-08-15 | 1 | -1/+2 |
| | | | | interpolation work | ||||
* | [Elixir] Update the example file | Alex | 2014-08-15 | 1 | -3/+8 |
| | |||||
* | [Elixir] Resolve issues with ':' and '::' punctionation | Alexei Sholik | 2014-08-15 | 1 | -2/+3 |
| | |||||
* | [Elixir] Update character escape rules | Alex | 2014-08-15 | 1 | -3/+5 |
| | |||||
* | [Elixir] Remove "xor" from keywords and update regex patterns for numbers | Alexei Sholik | 2014-08-15 | 1 | -1/+5 |
| | |||||
* | [Elixir] No longer balance sigil terminators | Alexei Sholik | 2014-08-15 | 1 | -0/+2 |
| | |||||
* | Fix regular expressions for identifiers in ElixirLexer | Alexei Sholik | 2014-06-27 | 1 | -1/+6 |
| | |||||
* | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 1 | -331/+171 |
| | | | | | | | | | Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs. | ||||
* | Elixir's lexer should be greedy on single quoted strings. | Peter Suschlik | 2013-07-11 | 1 | -1/+3 |
| | | | | | After this commit this code will be highlighted correctly: HashDict.new [{'A', 0}, {'T', 0}, {'C', 0}, {'G', 0}] | ||||
* | Add Elixir example file | Carlos Galdino | 2012-02-29 | 1 | -0/+363 |