25 Commits (eebe06d0bdbd5d69389c3a42ea4f77bc7d35d964)
 

Autor SHA1 Mensaje Fecha
  MaximeBarniaudy eebe06d0bd Add Invoke and GetProp hace 1 año
  MaximeBarniaudy 5a0e2bdbe3 Minimal grammar parsing hace 1 año
  MaximeBarniaudy 2f1f816222 Add an intern primitive for symbol creation hace 1 año
  MaximeBarniaudy cec2a01b50 Fix range access overshadowing key access hace 1 año
  WitherFlower 7aa229bb22 Merge range access and grammar parser changes hace 1 año
  Ian Piumarta 057733b85f Binary operators store pointer to implementation to avoid operator selection during eval. hace 1 año
  Ian Piumarta 2f164a3100 Use spaces instead of tabs to preserve visual alignment in broken tools. hace 1 año
  Ian Piumarta 30facb810c Add auto increment/decrement and assignment operators. hace 1 año
  Ian Piumarta 4d570df59e ForToFrom performs update step after continue. hace 1 año
  Ian Piumarta 5ca296eb47 Add return, break, and continue. hace 1 año
  Ian Piumarta 5b1ec1d738 Test user-defined AST nodes. hace 1 año
  Ian Piumarta 6ba66daa8b Test user-defined AST nodes. hace 1 año
  Ian Piumarta 57fe021082 All symbols created with UNDEFINED_TYPECODE by default. AST nodes with undefined typecode are evaluated by invoking the method __eval__ on the node. Typecode is looked up in the immediate delegate of a node only. Object.__eval__() is primitive and returns self. hace 1 año
  Ian Piumarta 82a4828985 Make sieve be local, not global. hace 1 año
  Ian Piumarta 4a959a124f Accessing an undefined variable causes a fatal error. hace 1 año
  Ian Piumarta ddff3e48e8 Add "let name = value, ... ;" to create local variables. hace 1 año
  Ian Piumarta a81312c139 Ignore more irrelevant stuff. hace 1 año
  Ian Piumarta 4a3abfc8c1 Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. hace 1 año
  Ian Piumarta 3c992f4a13 Remove primitive makeForm (because Closure.fixed is now accessibe from userland). hace 1 año
  Ian Piumarta 72753c6725 All fields of Lambda and Closure are accessible via Object_{get,put}. hace 1 año
  Ian Piumarta 48f7707b56 Ignore irrelevant files. hace 1 año
  Ian Piumarta 7d3350b71b Run test on file, not on stdin. hace 1 año
  Ian Piumarta bc3aae1dcb Block_eval() executes its body in a new environment hace 1 año
  Ian Piumarta ec29069aa4 import files hace 1 año
  piumarta b5521793cd Initial commit hace 1 año