(v)
| 403 | peg$c162 = ".", |
| 404 | peg$c163 = { type: "literal", value: ".", description: "\".\"" }, |
| 405 | peg$c164 = function(v) { |
| 406 | return { |
| 407 | type: 'Literal', |
| 408 | value: parseFloat(v), |
| 409 | raw: v |
| 410 | }; |
| 411 | }, |
| 412 | peg$c165 = /^[0-9]/, |
| 413 | peg$c166 = { type: "class", value: "[0-9]", description: "[0-9]" }, |
| 414 | peg$c167 = /^[0-9a-f]/i, |
no outgoing calls
no test coverage detected
searching dependent graphs…