Skip to content

Commit 163bedf

Browse files
committed
Remove redundant doc note
1 parent 846fb3c commit 163bedf

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

lib/gradient/ast_specifier.ex

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,6 @@ defmodule Gradient.AstSpecifier do
55
it to forms that cannot be produced from Elixir directly.
66
77
FIXME Optimize tokens searching. Find out why some tokens are dropped
8-
9-
NOTE Mapper implements:
10-
- function [x]
11-
- fun [x]
12-
- fun @spec [x]
13-
- clause [x]
14-
- case [x]
15-
- block [X]
16-
- pipe [x]
17-
- call [x] (remote [X])
18-
- match [x]
19-
- op [x]
20-
- integer [x]
21-
- float [x]
22-
- string [x]
23-
- charlist [x]
24-
- tuple [X]
25-
- var [X]
26-
- list [X]
27-
- keyword [X]
28-
- binary [X]
29-
- map [X]
30-
- try [x]
31-
- receive [X]
32-
- record [X] elixir don't use it record_field, record_index, record_pattern, record
33-
- named_fun [ ] is named_fun used by elixir?
34-
35-
NOTE Elixir expressions to handle or test:
36-
- list comprehension [X]
37-
- binary [X]
38-
- maps [X]
39-
- struct [X]
40-
- pipe [X] TODO decide how to search for line in reversed form order
41-
- range [X]
42-
- receive [X]
43-
- record [X]
44-
- guards [X]
458
"""
469

4710
import Gradient.Tokens

0 commit comments

Comments
 (0)