合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

        代寫(xiě)CMSC 323、代做Java/Python編程

        時(shí)間:2024-03-07  來(lái)源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



        CMSC **3: Design and Implementation of Programming Languages
        HW 3: Functions that accept multiple arguments.
        Due Date: 03-07-24
        Total Points: 100
        1. Functions that Accept Multiple Arguments
        Start with the F1WAE interpreter (the version that uses subst. See starter code.), and extend
        the implementation to support any number of parameters to a function (including zero), and any
        number of arguments (including zero) in a function application:
         <FunDef> = {deffun {<id> <id>*} <FnWAE>}
         <FnWAE> = <num>
         | {+ <FnWAE> <FnWAE>}
         | {- <FnWAE> <FnWAE>}
         | {with {<id> <FnWAE>} <FnWAE>}
         | <id>
         | {<id> <FnWAE>*}
        Since you must change the F1WAE datatype, and since different people may change it in
        different ways, you must provide a parse function this time, which accepts a quoted expression
        and produces an FnWAE value. For parsing, assume that any symbol other than '+, '-, or 'with can
        be a function name for a function call. Also, you must provide a parse-defn function that takes one
        (quoted) deffun and produces a FunDef value.
        Some examples:
        (test (interp (parse `{f 1 2})
         (list (parse-defn `{deffun {f x y} {+ x y}})))
         3)
        (test (interp (parse `{+ {f} {f}})
         (list (parse-defn `{deffun {f} 5})))
         10)
        Hint: remember that the PLAIT language provides the following useful functions:
        map: takes a function and a list and applies the function to each element in the list, returning a list
        of results. For example, if sexps is a list of S-expressions to parse, (map parse sexps) produces a
        list of fnWAEs by parsing each S-expression.
        foldl: applies a function to an initial accumulated value and elements in a list, each time
        obtaining a new accumulated value.
        2
        pair: creates a tuple. Use fst and snd to access items in the pair.
        map2: applies a function, in order, to each pair of elements from two lists in “parallel,” forming a
        new list with the results.
        2. Errors
        At run-time, a new error is now possible: a function application with the wrong number of
        arguments. Your interp function should detect this mismatch and report an error that includes the
        words “wrong arity”.
        As with the interpreter from class, the free variable error is still also possible and must be
        detected. Your interp function should detect free variables and report an error that includes the
        words “free identifier”.
        A function will be ill-defined if two of its arguments <id>s were the same. To prevent this
        problem, your parse-defn function should detect this problem and report a “bad syntax” error. For
        example, (parse-defn `{deffun {f x x } x}) should report a “bad syntax” error, while (parse-defn
        `{deffun {f x y} x}) should produce a FunDef value.
        Similarly, your interpreter must check to see if the function in an application is defined before
        evaluating the arguments. If not, an “undefined function” error should be raised.
        Some examples:
        (test/exn (interp (parse `{with {x y} 1}) '()) "free identifier")
        (test/exn (interp (parse `{f 1 2}) (list (parse-defn `{deffun {f x x} {+ x x}}))) "bad syntax")
        (test/exn (interp (parse `{f x}) (list (parse-defn `{deffun {g a b c} c}))) "undefined function")
        (test/exn (interp (parse `{f 1}) (list (parse-defn `{deffun {f x y} {+ x y}}))) "wrong arity")
        Your interpreter must evaluate all the argument expressions in an application expression before
        signaling any arity errors. For example:
        (test/exn (interp (parse `{f x}) (list (parse-defn `{deffun {f a b c} c})))"free identifier")
        So overall, the order in which errors should be raised for a given function call is:
        • First, “bad syntax”
        • Second, “undefined function”
        • Third, any errors that are raised while evaluating arguments.
        • Fourth, “wrong arity”
        • Last, any errors that are raised while evaluating the function body.
        3
        If the list of definitions contains multiple definitions with the same name, use just the first one
        (ignoring the others). In particular, there is no overload in this language: if there are two
        definitions with the same name and different arities, the first definition is always used regardless.
        For example, if you have the following definitions and program:
        (test/exn (interp (parse `{f 3 4})
         (list (parse-defn `{deffun {f a} 5})
         (parse-defn `{deffun {f a b} {+ a b}})))
         "wrong arity")
        Since the first definition of f takes a single argument, this program should raise a “wrong arity”
        error. The fact that another definition for f that takes two argument exists doesn’t matter.
        Your interpreter and parser will not be given any other kinds of erroneous programs besides the
        ones described in this section.
        3. Handin Instructions
        • Provide definitions for parse, parse-defn, and interp, as above.
        • Include a contract and comments before each function.
        • Your submission must include your test cases. They should not be commented out.
        • Include your name as a comment in your submission file.
        • Save your homework file in the following format hw3<first_name><last_name>.
        請(qǐng)加QQ:99515681  郵箱:99515681@qq.com   WX:codehelp

        掃一掃在手機(jī)打開(kāi)當(dāng)前頁(yè)
      1. 上一篇:AERO20542代做、代寫(xiě)Python/Java編程
      2. 下一篇:莆田鞋購(gòu)買渠道(盤點(diǎn)10個(gè)莆田鞋微商前十名)
      3. 無(wú)相關(guān)信息
        合肥生活資訊

        合肥圖文信息
        出評(píng) 開(kāi)團(tuán)工具
        出評(píng) 開(kāi)團(tuán)工具
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        戴納斯帝壁掛爐全國(guó)售后服務(wù)電話24小時(shí)官網(wǎng)400(全國(guó)服務(wù)熱線)
        戴納斯帝壁掛爐全國(guó)售后服務(wù)電話24小時(shí)官網(wǎng)
        菲斯曼壁掛爐全國(guó)統(tǒng)一400售后維修服務(wù)電話24小時(shí)服務(wù)熱線
        菲斯曼壁掛爐全國(guó)統(tǒng)一400售后維修服務(wù)電話2
        美的熱水器售后服務(wù)技術(shù)咨詢電話全國(guó)24小時(shí)客服熱線
        美的熱水器售后服務(wù)技術(shù)咨詢電話全國(guó)24小時(shí)
        海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
        合肥機(jī)場(chǎng)巴士4號(hào)線
        合肥機(jī)場(chǎng)巴士4號(hào)線
        合肥機(jī)場(chǎng)巴士3號(hào)線
        合肥機(jī)場(chǎng)巴士3號(hào)線
      4. 短信驗(yàn)證碼 酒店vi設(shè)計(jì)

        亚洲高清国产拍精品26U| 老子午夜精品我不卡影院| 69国产成人综合久久精品91| 国内精品久久久久| 久久久久人妻一区精品| 一本大道无码日韩精品影视_| 日韩精品一区二区三区中文字幕| 国内精品免费视频自在线| 国内揄拍国内精品对白86| 精品成在人线AV无码免费看| 99热这里只有精品国产动漫| 久久国产精品久久精| 国产成人精品手机在线观看| 国产在线无码精品电影网| 国产亚洲精品看片在线观看| 国产精品一级毛片无码视频| 亚洲精品国产va在线观看蜜芽| 日韩一区二区精品观看| 日韩免费在线观看| 日韩精品免费电影| 日韩美女一级毛片| 日韩精品高清自在线| 日韩AV高清在线看片| 日韩爽爽视频爽爽| 色老二精品视频在线观看 | 国产网红主播无码精品| 午夜一级日韩精品制服诱惑我们这边| 亚洲日韩精品无码专区| 亚洲欧美日韩国产成人| 日韩福利电影在线观看| 四虎国产精品永久地址入口| 国产成人精品一区二三区在线观看| 亚洲一区精品伊人久久伊人| 国产成人亚洲精品91专区手机 | HEYZO无码综合国产精品227| 亚洲精品成人区在线观看| 久久e热在这里只有国产中文精品99| 精品人妻少妇一区二区三区| 中文国产成人精品久久久| 中文字幕精品一区二区三区视频| 亚洲午夜国产精品无码老牛影视|