GithubHelp home page GithubHelp logo

golang 和 ast about blog_comment HOT 10 OPEN

cch123 avatar cch123 commented on May 30, 2024
golang 和 ast

from blog_comment.

Comments (10)

hl174 avatar hl174 commented on May 30, 2024

有针对ast进行复杂表达式计算的例子么

from blog_comment.

cch123 avatar cch123 commented on May 30, 2024

@hl174 ,ast 都帮你把优先级处理好了,直接深度优先遍历就行了

from blog_comment.

hl174 avatar hl174 commented on May 30, 2024

@cch123
@hl174 ,ast 都帮你把优先级处理好了,直接深度优先遍历就行了

嗯嗯,我再看看,刚接触这个,不知道执行效率怎么样;go/parser都处理好了基本token和优先级是吧

from blog_comment.

cch123 avatar cch123 commented on May 30, 2024

@hl174 ,嗯,只要 parse 成功就可以遍历了

from blog_comment.

hl174 avatar hl174 commented on May 30, 2024

@cch123
@hl174 ,嗯,只要 parse 成功就可以遍历了
对ast的遍历和表达式的计算判断,都是需要自己实现的吧;go/parser里面好像还没提供接口直接传入string的表达式得到结果的吧

from blog_comment.

cch123 avatar cch123 commented on May 30, 2024

@hl174 是的哦,要自己算的

from blog_comment.

hl174 avatar hl174 commented on May 30, 2024

@cch123
@hl174 是的哦,要自己算的

要完备的计算这一整套,还要做相应的语法检查,边边脚脚的东西还是挺多的

from blog_comment.

cch123 avatar cch123 commented on May 30, 2024

@hl174 ,那肯定

from blog_comment.

hl174 avatar hl174 commented on May 30, 2024

@cch123
@hl174 ,那肯定

我尝试了下简单的a+b,解析表达式的抽象树,感觉运行速度有点慢;不知道是本身go/parser的原因还是我的代码原因

from blog_comment.

cch123 avatar cch123 commented on May 30, 2024

@hl174 ,用 benchmark 来测吧,估算不准

from blog_comment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.