Activity
feat: implement incorrect tuple treatment
feat: implement incorrect tuple treatment
fix: make file commands
fix: make file commands
feat: add for loop and stack to minimize recursions
feat: add for loop and stack to minimize recursions
feat: add js implementation
feat: add js implementation
Force push
fix: load fn scope when call fn
fix: load fn scope when call fn
feat: make blazingly fast
feat: make blazingly fast
feat: increase a minimum performance
feat: increase a minimum performance
fix: add decide if function is impure or not
fix: add decide if function is impure or not
test: parse all rinha files to json before run tests
test: parse all rinha files to json before run tests
fix: use toBool instead bool() casting
fix: use toBool instead bool() casting
fix: eval terms of first and second functions and use recursive calls…
fix: eval terms of first and second functions and use recursive calls…
feat: add eval test file to run all files in examples
feat: add eval test file to run all files in examples
fix: remove fn call copy scope and add cache anonymous fns with rand …
fix: remove fn call copy scope and add cache anonymous fns with rand …
fix: remove customization to fib call and implement memoization
fix: remove customization to fib call and implement memoization
fix: remove float64 because specs only have i32
fix: remove float64 because specs only have i32
fix: add possibility to consider first and second as closure
fix: add possibility to consider first and second as closure
chore: change command make test to make run and add docker volume
chore: change command make test to make run and add docker volume
fix: remove comments and implement binary op as boolean
fix: remove comments and implement binary op as boolean
chore: create a makefile and update readme
chore: create a makefile and update readme
chore: specify on readme only the features are implemented
chore: specify on readme only the features are implemented
chore: change docker run command to specify using .rinha example files
chore: change docker run command to specify using .rinha example files
fix: order of add matchers to fix identify - as numeral
fix: order of add matchers to fix identify - as numeral
feat: add error when unexpected arguments got
feat: add error when unexpected arguments got