changeset 902 | b40aaffe0793 |
parent 863 | d59bcff69998 |
901:33cff35bdc1a | 902:b40aaffe0793 |
---|---|
11 // |
11 // |
12 // compile(bl: Block, class_name: String) : String |
12 // compile(bl: Block, class_name: String) : String |
13 |
13 |
14 |
14 |
15 |
15 |
16 import ammonite.ops._ |
16 //import ammonite.ops._ |
17 import os._ |
|
17 |
18 |
18 def parse_tks(tks : List[Token]) = { |
19 def parse_tks(tks : List[Token]) = { |
19 Stmts.parse_all(tks).head |
20 Stmts.parse_all(tks).head |
20 } |
21 } |
21 |
22 |