Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
MaximeBarniaudy
/
minproto
derivado de
piumarta/minproto
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
31
Cometimentos
1
Ramo
4.0 MiB
Árvore:
9e62769e4f
master
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de '9e62769e4f'
${ noResults }
Gráfico de cometimentos
31 Cometimentos (9e62769e4f9258f7c1dd30c40bdbda148ca83d0d)
Todos os ramos
Procurar
Autor
SHA1
Mensagem
Data
MaximeBarniaudy
9e62769e4f
dotdot got lost in merging
há 1 ano
MaximeBarniaudy
2daa814bcd
Add Invoke and GetProp
há 1 ano
MaximeBarniaudy
929b5c098a
Minimal grammar parsing
há 1 ano
MaximeBarniaudy
f956a50a4c
Add an intern primitive for symbol creation
há 1 ano
MaximeBarniaudy
c110c4cc5d
Fix range access overshadowing key access
há 1 ano
WitherFlower
d47dfe2127
Merge range access and grammar parser changes
há 1 ano
Ian Piumarta
2761c99ce2
Object.dump() uses Object.allKeys() instead of Object.keys().
há 1 ano
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().
há 1 ano
Ian Piumarta
ff3dda9f83
Include recent results as comments.
há 1 ano
Ian Piumarta
956adf81e4
Define _GNU_SOURCE to expose qsort_r().
há 1 ano
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.
há 1 ano
Ian Piumarta
057733b85f
Binary operators store pointer to implementation to avoid operator selection during eval.
há 1 ano
Ian Piumarta
2f164a3100
Use spaces instead of tabs to preserve visual alignment in broken tools.
há 1 ano
Ian Piumarta
30facb810c
Add auto increment/decrement and assignment operators.
há 1 ano
Ian Piumarta
4d570df59e
ForToFrom performs update step after continue.
há 1 ano
Ian Piumarta
5ca296eb47
Add return, break, and continue.
há 1 ano
Ian Piumarta
5b1ec1d738
Test user-defined AST nodes.
há 1 ano
Ian Piumarta
6ba66daa8b
Test user-defined AST nodes.
há 1 ano
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.
há 1 ano
Ian Piumarta
82a4828985
Make sieve be local, not global.
há 1 ano
Ian Piumarta
4a959a124f
Accessing an undefined variable causes a fatal error.
há 1 ano
Ian Piumarta
ddff3e48e8
Add "let name = value, ... ;" to create local variables.
há 1 ano
Ian Piumarta
a81312c139
Ignore more irrelevant stuff.
há 1 ano
Ian Piumarta
4a3abfc8c1
Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms.
há 1 ano
Ian Piumarta
3c992f4a13
Remove primitive makeForm (because Closure.fixed is now accessibe from userland).
há 1 ano
Ian Piumarta
72753c6725
All fields of Lambda and Closure are accessible via Object_{get,put}.
há 1 ano
Ian Piumarta
48f7707b56
Ignore irrelevant files.
há 1 ano
Ian Piumarta
7d3350b71b
Run test on file, not on stdin.
há 1 ano
Ian Piumarta
bc3aae1dcb
Block_eval() executes its body in a new environment
há 1 ano
Ian Piumarta
ec29069aa4
import files
há 1 ano
piumarta
b5521793cd
Initial commit
há 1 ano