Git Product home page Git Product logo

pi-calculus's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pi-calculus's Issues

flaws in type substitution

type_subst is not complete.
type of the free variable system in

new x in (x!0.O| system!(1+2+3+4).O |
new y in
*(x?n.y!n+1.O|
y?n.x!n+1.O))

should be Chan(Int), but simpletype.ml gives Chan(TVar5).

下一步工作

我已经把simple type写好了, 现在需要 @Mestway 把 simple type 的形式化定义写出来,以及选择一个合适的更强的类型系统,并给出形式化定义,我根据这个定义继续开发

April 30 规划

@Mestway 形式化证明,研究subtype
@wky 词法语法分析, 信道传输数据的类型匹配 + 传输方向

@featheryleaf 自己过来领任务

重点:提取usage(cap + ob), 列出限制,求解

待确认:

  1. usage subtype relation -- 是否syntax directed
  2. usage reduction -- 顺序,可能需要回溯,是否逐步求解

扩展
基本类型(int,bool,chan*)
基本表达式 if then else, + - x, < <= > >=
解释执行

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.