Lines Matching defs:function
8 module.exports = function (tokens) {
11 function hasMore () {
15 function token () {
19 function next () {
26 function parseOperator (operator) {
34 function parseWith () {
45 function parseLicenseRef () {
68 function parseLicense () {
84 function parseParenthesizedExpression () {
99 function parseAtom () {
107 function makeBinaryOpParser (operator, nextParser) {
108 return function parseBinaryOp () {