我們可以這樣實作一個函數,幫我們生出「取得某個字串s 的parser 」:. const str : (s: string) => Parser<string> = (s) => (input) => { if ...
確定! 回上一頁