25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
mtardy 36b10c95ed Modify test3 4 yıl önce
drafts Add the object structure 4 yıl önce
.gitignore Add Map and String data structure 4 yıl önce
Makefile Fix for object 4 yıl önce
README.md Change readme title to Javascrypt 4 yıl önce
calc.leg Remove Symbol's value and defined and store them in Map KV 4 yıl önce
object.c Remove Symbol's value and defined and store them in Map KV 4 yıl önce
test.sh Add the object structure 4 yıl önce
test.txt Add Map and String data structure 4 yıl önce
test2.txt Add a scope parameter in intern function 4 yıl önce
test3.txt Modify test3 4 yıl önce

README.md

Javascrypt

Requirements

Please install peg/leg manually or with Homebrew:

$ brew install peg

Please install the Boehm-Demers-Weiser conservative garbage collector manually or with Homebrew:

$ brew install bdw-gc

Build

$ make

Usage

$ echo "a=2+3 a*2" | ./calc

Tests

Simple tests:

$ ./test.sh

Custom test:

$ ./calc < test.txt