Skip to content

Releases: yjhmelody/lambda-language

fix a bug about '\r' and add a MIT lecense

01 Dec 13:58
Compare
Choose a tag to compare

fix a bug about '\r' and add a MIT lecense

U can complie lambda to JS

11 Aug 09:19
Compare
Choose a tag to compare

U can complie lambda to JS

use /bin/code-to-js from to

add << >> op

05 Aug 07:05
Compare
Choose a tag to compare

update a little changes:

  • number now supports "<<" , ">>" op.
  • check some bugs
  • bind some node.js functions

Just for fun: basic complier finished

04 Aug 17:41
Compare
Choose a tag to compare

It just support tiny syntax(e.g. number, string, boolean, lambda and it can register JS' function)