index
:
clyne/interpreter
master
Scripting language implementation for microcontrollers
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-04-19
can compile again
HEAD
master
Clyne Sullivan
2018-04-29
Update README.md
clyne
2018-04-26
Update README.md
Clyne Sullivan
2018-04-24
tests to folder
Clyne Sullivan
2018-04-24
single-letter vars, size & append, string indexing
Clyne Sullivan
2018-04-13
arrays, implicit multiply
Clyne Sullivan
2018-04-02
memory leak fix
Clyne Sullivan
2018-04-02
fixed string memory leaks
Clyne Sullivan
2018-04-02
change load/run style, hunt for memory leaks
Clyne Sullivan
2018-03-29
expose inew_number
Clyne Sullivan
2018-03-29
documentation, error fixes, organization
Clyne Sullivan
2018-03-28
allow solve to error safely
Clyne Sullivan
2018-03-25
Update README.md
Clyne Sullivan
2018-03-25
Added shell and licensing
Clyne Sullivan
2018-03-23
more error detection
Clyne Sullivan
2018-03-22
testing new features, imp. mult & negatives
Clyne Sullivan
2018-03-21
many bug fixes, minimizing memory/leaks
Clyne Sullivan
2018-03-21
Merge branch 'master' of http://code.bitgloo.com/clyne/interpreter
Clyne Sullivan
2018-03-21
interpreter overhaul, should be better
Clyne Sullivan
2018-03-09
Update README.md
Clyne Sullivan
2018-03-08
implicit multiply, negatives, solve
Clyne Sullivan
2018-03-07
added else, order of ops
Clyne Sullivan
2018-03-07
big changes; no ints; things work better
Clyne Sullivan
2018-03-05
leak fix for scripted returns
Clyne Sullivan
2018-02-27
stable for calculator
Clyne Sullivan
2018-02-22
memory leak fixes, stuff
Clyne Sullivan
2018-02-20
stdlib independence, fixes for calculator
Clyne Sullivan
2018-02-12
indent fixes, nested conditionals
Clyne Sullivan
2018-02-07
loop fix
Clyne Sullivan
2018-02-07
conditionals, returns, cleaner code
Clyne Sullivan
2018-02-06
Merge branch 'master' of http://code.bitgloo.com/clyne/interpreter
Clyne Sullivan
2018-02-06
conditionals: if, do/while
Clyne Sullivan
2018-02-05
Update README.md
Clyne Sullivan
2018-02-05
nested expressions, svalue
Clyne Sullivan
2018-02-01
jumps and functions
Clyne Sullivan
2018-01-31
better expressions, type handling
Clyne Sullivan
2018-01-30
expressions, type fluidity
Clyne Sullivan
2018-01-29
rewrite; a lot better now
Clyne Sullivan
2018-01-23
var define/expansion
Clyne Sullivan
2018-01-23
initial commit
Clyne Sullivan