issues
search
mattbierner
/
atum
Javascript Interpreter in Functional-Style Javascript
MIT License
19
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix a couple of references
#164
akkartik
closed
6 years ago
1
Object properties map use hashtrie
#163
mattbierner
opened
10 years ago
0
Only build function environments once.
#162
mattbierner
opened
10 years ago
1
PropertyReference Strict mode Property Attribute Checks
#161
mattbierner
closed
10 years ago
0
Move lhs eval/arg check to semantic mapping phase
#160
mattbierner
opened
10 years ago
1
Not Initializing Declaration Bindings in Correct order
#159
mattbierner
closed
10 years ago
1
Argument Evaluation Should be Outsite of push for calls
#158
mattbierner
closed
10 years ago
0
Delimit function calls
#157
mattbierner
closed
10 years ago
0
remove knockout from resources
#156
mattbierner
closed
10 years ago
0
Meta Continuations for Debuggables
#155
mattbierner
closed
11 years ago
0
Refactor Computation Exceptions
#154
mattbierner
closed
11 years ago
0
Eliminate All Debugger Logic from Main Atum Code
#153
mattbierner
closed
11 years ago
0
Language Functions Should Take Source Instead of Computation
#152
mattbierner
closed
11 years ago
0
Incorrect Bound value for aliased declarator
#151
mattbierner
closed
11 years ago
1
evaluateModle should introduce new lexical environment
#150
mattbierner
closed
11 years ago
0
Remove Location in Error messages
#149
mattbierner
closed
11 years ago
1
Evaluation State Leaks
#148
mattbierner
closed
11 years ago
0
Move Exception Handler Stack in Program State
#147
mattbierner
closed
10 years ago
0
Empty Program Element Body Debuggables
#146
mattbierner
closed
11 years ago
0
Throw Debuggable
#145
mattbierner
closed
11 years ago
1
Clarify Generated Debug points for Declarations
#144
mattbierner
closed
11 years ago
0
Yielded value from declarations Incorrrect
#143
mattbierner
closed
11 years ago
0
Some impl details leaking for hosted builtins
#142
mattbierner
opened
11 years ago
0
Only push stack frame metadata for hosted calls
#141
mattbierner
closed
11 years ago
1
Remove need for ComputeContext.fail
#140
mattbierner
closed
11 years ago
1
Replace Program computation class
#139
mattbierner
closed
11 years ago
0
Replace ok and error continuations with single flow continuation
#138
mattbierner
closed
11 years ago
0
Hoisting Computations into State
#137
mattbierner
closed
11 years ago
1
Support Expression of Semantics that effect state on creation.
#136
mattbierner
closed
11 years ago
1
Separate builtin initialization from hosted builtin impl step
#135
mattbierner
closed
11 years ago
1
Change value ops to do required type conversions
#134
mattbierner
closed
11 years ago
0
More useful function toString
#133
mattbierner
opened
11 years ago
0
Function string conversion failing
#132
mattbierner
closed
11 years ago
1
Setting non writable property in non strict mode errors
#131
mattbierner
closed
11 years ago
0
Use flags for properties instead of booleans
#130
mattbierner
closed
11 years ago
1
Formalize Different Monads Used
#129
mattbierner
closed
11 years ago
1
Hosted builtins not explicitly capturing builtin deps
#128
mattbierner
opened
11 years ago
0
hosted module style loading
#127
mattbierner
closed
11 years ago
0
No way to define builtins used in host code in hosted code
#126
mattbierner
opened
11 years ago
1
Error on variable declaration of id `eval` or `arguments` in strict mode
#125
mattbierner
closed
11 years ago
0
setTimeout
#124
mattbierner
opened
11 years ago
2
Isolate host dependancies
#123
mattbierner
opened
11 years ago
0
Move global environment binding logic out of global module
#122
mattbierner
closed
11 years ago
0
Create computations for performing common builtin ops
#121
mattbierner
closed
11 years ago
0
String.prototype.charCodeAt
#120
mattbierner
closed
11 years ago
0
String.prototype.charAt
#119
mattbierner
closed
11 years ago
0
Remove direct access to value values
#118
mattbierner
opened
11 years ago
0
Move arguments index properties to pseudo properties of arguments meta object
#117
mattbierner
closed
11 years ago
1
Remove all used of `this.call` and `this.construct` in code
#116
mattbierner
closed
11 years ago
0
Better support For Object Pseudo Properties
#115
mattbierner
closed
11 years ago
1
Next