User_4574 pushed to master at User_4574/crsn
-
daff23dd98 Add loop syntactic sugar; errors now use print instead of debug; add check for duplicate labels.
-
fd90480cec make stdin async
-
f87d822432 more docs, fixes, examples
-
735f871ea0 Implement critical sections and timeslice setting cmd
-
9cd03ca8e3 make scheduler timeslice configurable
- Compare 15 commits »
4 years ago
User_4574 pushed to master at User_4574/crsn
-
4e67ac291f update examples to use the new const eval syntax
-
66b3674f81 Merge branch 'consteval'
-
02f73a21f4 fixes, safeguards and docs for "compile-time arithmetics"
-
83996348cb Implement compile-time immediate arithmetics
-
cfcd099060 remove bad script
- Compare 11 commits »
4 years ago
User_4574 pushed to master at User_4574/crsn
-
b5016c6b12 add key checking example, key and mouse constants
-
062095cc28 Merge branch 'master' of User_4574/crsn into master
- Compare 2 commits »
4 years ago
User_4574 pushed to master at User_4574/crsn
-
ab5fed3cfa Fixed conditional parsing bug, npos and nneg options wrong way round
4 years ago
User_4574 pushed to master at User_4574/crsn
-
2800b8cab2 life is now better
-
54ff5fbce9 Merge branch 'nat-master' into master
-
8d10fa406d Minor "else" improvements
-
f61dc00291 add GOL example
- Compare 4 commits »
5 years ago
User_4574 commented on issue MightyPork/crsn#21
Introduce true and false conditionsOkay, I've made those changes. This does feel much cleaner.
5 years ago
User_4574 pushed to master at User_4574/crsn
-
0006cd06ec Reduce true/false conditionals down to just 'else' and warn if else is used in non-final branch
5 years ago
User_4574 commented on issue MightyPork/crsn#21
Introduce true and false conditionsOkay, that all makes sense. I started out wanting `else`, but when I saw how the others were implemented it made more sense to me to do it like this because it needs an opposite for not.
5 years ago
User_4574 pushed to master at User_4574/crsn
-
12e37d4335 Introduce the 'true' and 'false' conditions
5 years ago
User_4574 created repository User_4574/crsn
5 years ago