22 커밋 (792cbb2ea67beba87cc19368b617863abf10ddcb)

작성자 SHA1 메시지 날짜
  MaximeBarniaudy 792cbb2ea6 Add missing evals to bounds of ForFromTo loop 1 년 전
  MaximeBarniaudy 39058765cc parser circularity 1 년 전
  MaximeBarniaudy 744cddfc6d dotdot got lost in merging 1 년 전
  MaximeBarniaudy 5f685fde49 Add an intern primitive for symbol creation 1 년 전
  MaximeBarniaudy 3b5e25f179 Fix range access overshadowing key access 1 년 전
  WitherFlower 1a097f8642 Merge range access and grammar parser changes 1 년 전
  Ian Piumarta 09c41142f3 <type>.eval methods are installed in all built-in object types when TYPECODES=1. println() prints object properties in alphabetical order. 1 년 전
  Ian Piumarta 4ac12f91c5 Add symbols #O, #d, #v and Symbol.setop() primitive. Add primitive method Symbol.setopt(N) to set command-line option at runtime. Add primitive method Symbol.defined() to test if a variable name has been defined. Overload primitive "+" to concatenate strings. Add stack of namespaces, initialised to empty object. refvar() and getvar() search namespaces, from most to least recent, when looking for global variables. setvar() always defines globals in the most recent namespace regardless of any existing shadowed definitions. Make OBJ::NAME a synonym for OBJ.NAME except that OBJ::NAME() applies a function whereas OBJ.NAME() invokes method NAME on OBJ. Add primitive error() to print source location, error message, and backtrace. 1 년 전
  Ian Piumarta 31e6d2ff3d Primitives have correct names. Primitive Object.keys() returns properties that do not begin with "__". Add method Object.allKeys() that returns properties that do not begin with "__". Add method Object.sorted() to sort indexable elements. Add function sorted() for String and Object. Relations do not consider strings and symbols to be comparable. Printing strings does not include quotation marks at indentation levels 0 and 1. Printing strings escapes control characters at indentation levels other than 0 and 1. Rename SetVar.expr to SetVar.value to be consistent with SetProp and SetArray. Add RefVar, RefProp, RefArray that compute address of assignable value. Add Binops for autoincrement and assignment operators. Any expression can be the subject of increment or assignment operator. Enforce lvalue for increment and assignment operators by semanic check, not in syntax. String literals can contain escaped quotation marks. Keyword:value pairs in parameter lists provide arbitray expressions as default parameter values. Evaluate and assign default parameters values in apply(). 1 년 전
  Ian Piumarta 9cc8c3e572 Top-level expressions use the value of symbol __globals__ as the base environment instead of nil. Fix off-by-1 error in nlrPush(). Object.keys() returns keys in alphabetical order. 1 년 전
  Ian Piumarta 057733b85f Binary operators store pointer to implementation to avoid operator selection during eval. 1 년 전
  Ian Piumarta 2f164a3100 Use spaces instead of tabs to preserve visual alignment in broken tools. 1 년 전
  Ian Piumarta 30facb810c Add auto increment/decrement and assignment operators. 1 년 전
  Ian Piumarta 4d570df59e ForToFrom performs update step after continue. 1 년 전
  Ian Piumarta 5ca296eb47 Add return, break, and continue. 1 년 전
  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. 1 년 전
  Ian Piumarta 4a959a124f Accessing an undefined variable causes a fatal error. 1 년 전
  Ian Piumarta ddff3e48e8 Add "let name = value, ... ;" to create local variables. 1 년 전
  Ian Piumarta 3c992f4a13 Remove primitive makeForm (because Closure.fixed is now accessibe from userland). 1 년 전
  Ian Piumarta 72753c6725 All fields of Lambda and Closure are accessible via Object_{get,put}. 1 년 전
  Ian Piumarta bc3aae1dcb Block_eval() executes its body in a new environment 1 년 전
  Ian Piumarta ec29069aa4 import files 1 년 전