Theo Souchon
|
ad46f3fe61
|
Some corrections and comments
|
2 年之前 |
Theo Souchon
|
b4dbb6575c
|
update on the automatic creation of an object
|
2 年之前 |
Theo Souchon
|
3a5c167051
|
Fix code
|
2 年之前 |
Theo Souchon
|
56474a8c61
|
Fixed some bugs and added comments
|
2 年之前 |
Theo Souchon
|
d204b3216d
|
fake-static-classes fixed
|
2 年之前 |
Theo Souchon
|
d984397ce8
|
Simplification + functions without parenthesis
|
2 年之前 |
Theo Souchon
|
881fe633e6
|
delete useless file
|
2 年之前 |
Theo Souchon
|
fa73f35010
|
full example for object
|
2 年之前 |
Theo Souchon
|
1a6c7636b7
|
add object generator
|
2 年之前 |
Theo Souchon
|
791119d516
|
modification for the class object
|
2 年之前 |
Theo Souchon
|
cc35616769
|
Simplification
|
2 年之前 |
Theo Souchon
|
58b9f93c2c
|
fix test program
|
2 年之前 |
Theo Souchon
|
df3cf0bb80
|
First working prototype for class creation
|
2 年之前 |
Theo Souchon
|
c95443c520
|
new example of simplification
|
2 年之前 |
Sebeck10
|
0869f79f74
|
rm block in mvalue
|
2 年之前 |
Sebeck10
|
30af3df993
|
re indenting the file
|
2 年之前 |
Sebeck10
|
d63cda4774
|
Fix problem on C_stringLiteral for test 001
|
2 年之前 |
Sebeck10
|
219ab49a7e
|
Update map.c
|
2 年之前 |
Sebeck10
|
137b55bfa0
|
Fix list creation in stmts
|
2 年之前 |
Sebeck10
|
f4c6b57449
|
Fix file disposition
|
2 年之前 |
Sebeck10
|
d09512529b
|
Add boot file with usefull functions
|
2 年之前 |
Sebeck10
|
eccdff7877
|
re-indentation of the file on the new rules
|
2 年之前 |
Sebeck10
|
945cf11555
|
adds functions: map, guardmap, select, reject
|
2 年之前 |
Sebeck10
|
699aeb00e1
|
Add beginning of select/reject
|
2 年之前 |
Sebeck10
|
8ac6023ee0
|
Update map.c
|
2 年之前 |
Sebeck10
|
2f4756a72c
|
Fix map function/simplification of the language
|
2 年之前 |
Sebeck10
|
985453defb
|
add map function
|
2 年之前 |
Sebeck10
|
98e97dfc4e
|
simplification of the language
|
2 年之前 |
Sebeck10
|
58ca592c31
|
Fix little problem on a rule
|
2 年之前 |
Sebeck10
|
8532be1d4f
|
append part almost done & beginning of map function
|
2 年之前 |
Theo Souchon
|
99ed98b99a
|
Fix the meta_block error
|
2 年之前 |
Theo Souchon
|
5771673d02
|
Correct problem of return on 001.c test of parsimony folder
|
2 年之前 |
Theo Souchon
|
55869205aa
|
Added the ability to return more things in one language exchange
|
2 年之前 |
Theo Souchon
|
df08508ca5
|
variable "lang" removed from file and comments updated to avoid conflicts
|
2 年之前 |
Theo Souchon
|
951b8078d6
|
remove test lang
|
2 年之前 |
Theo Souchon
|
14b31fe6f0
|
Added some test files
|
2 年之前 |
Theo Souchon
|
950d511a1a
|
Total independence of parsimony
Add a file containing the order of the _DO
|
2 年之前 |
Theo Souchon
|
1f09f074a1
|
Added constant, initializer and statement processing.
|
2 年之前 |
Theo Souchon
|
5e24fc3153
|
Adding a rule to the file and correcting the meta2c example
|
2 年之前 |
Theo Souchon
|
b629909c78
|
Modification of the README.md
|
2 年之前 |
Theo Souchon
|
621a7863cb
|
Added some test files
|
2 年之前 |
Theo Souchon
|
e0d3e12df6
|
Reorganising and adding rules to the file
Added rules ideas for interpreting the following expressions:
@(a = `constant 10)
int q = @(`constant 10);
int w = @(a);
|
2 年之前 |
Theo Souchon
|
58df8abff6
|
Adding flags for HOMEBREW and update of the gitignore
|
2 年之前 |
Ian Piumarta
|
7b886f8036
|
add slices and additional constructors for: array map symbol string
|
2 年之前 |
Ian Piumarta
|
6ffcae2eab
|
remove is_C_keyword flag from Symbol payload; add is_C_keyword() function
|
2 年之前 |
Nathan R
|
4b9d58177b
|
fixed tree identation for meta nodes
|
3 年之前 |
Nathan R
|
392a8bea7d
|
new input file with dynamic C expression
|
3 年之前 |
Nathan R
|
828912aa81
|
last day modifications, more incoming
|
3 年之前 |
Nathan R
|
165efe942e
|
fixed identation and added a way to know if a list is empty
|
3 年之前 |
Nathan R
|
a0ce191245
|
corrected some bugs with the - (blank) rule
|
3 年之前 |