We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313d885 commit 4633c64Copy full SHA for 4633c64
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright 2012 Plataformatec.
+Copyright 2012-2013 Plataformatec.
2
3
Licensed under the Apache License, Version 2.0 (the "License");
4
you may not use this file except in compliance with the License.
lib/elixir/src/elixir_parser.yrl
@@ -1,6 +1,3 @@
-% Grammar for the Elixir language done with yecc
-% Copyright (C) 2011 Jose Valim
-
Nonterminals
5
grammar expr_list
6
expr paren_expr block_expr fn_expr bracket_expr call_expr bracket_at_expr max_expr
0 commit comments