Fix lexer to recognize `+' or `-' in front of integer constants. |
|
More...
|
about 23 years ago
|
`Flip' symbols so that the type information is stored in the low bits, and the value is stored in the high bits. Convert symbol_t to be a signed integer so that we can correctly represent signed integer constants. |
|
More...
|
about 23 years ago
|
Add note about pulling batteries. |
|
More...
|
about 23 years ago
|
Add --without-rete-create flag to recommended RCX config options. |
|
More...
|
about 23 years ago
|
Be more consistent about using square brackets with identifiers. |
|
More...
|
about 23 years ago
|
Fix typo, add init-soar. |
|
More...
|
about 23 years ago
|
Credit where credit is due\! |
|
More...
|
about 23 years ago
|
Take a first crack at implementing `dot attribute' notation. |
|
More...
|
about 23 years ago
|
Fix a problem with `bumper.soar' where we weren't taking the `acceptable' preference into account when trying to re-use a positive-join beta node. We need to use `find_alpha_node' here, instead of just comparing the id, attr, and values. |
|
More...
|
about 23 years ago
|
Use hand-rolled bit masks instead of bit fields to cut compiled code size by about half on H8. |
|
More...
|
about 23 years ago
|
Rename `lego' to `legosoar'. |
|
More...
|
about 23 years ago
|
Move .soar files to `tests'. |
|
More...
|
about 23 years ago
|
Implement active sensors. |
|
More...
|
about 23 years ago
|
First checked in. |
|
More...
|
about 23 years ago
|
Tidy up, add comments. |
|
More...
|
about 23 years ago
|
Tidy up, add comments and credit. |
|
More...
|
about 23 years ago
|
Tidy up, add comments. |
|
More...
|
about 23 years ago
|
Add license block. |
|
More...
|
about 23 years ago
|
Run loop. |
|
More...
|
about 23 years ago
|
Implement a more realistic run-loop for the lego RCX; e.g., handle the on/off and run keys. Break out generic RCX functionality into separate file. |
|
More...
|
about 23 years ago
|
First checked in. |
|
More...
|
about 23 years ago
|
Tidy up and add comments. |
|
More...
|
about 23 years ago
|
Convert symbol_t and variable_binding_t to raw unsigned. |
|
More...
|
about 23 years ago
|
Typedef variable_binding_t to an unsigned, to avoid problems with how compiler orders bitfields. s/MAKE_SYMBOL/INIT_SYMBOL/, etc. |
|
More...
|
about 23 years ago
|
Make `dump-rete' show the RHS for production nodes. |
|
More...
|
about 23 years ago
|
Typedef symbol_t to an unsigned, to avoid problems with compiler bitfield order. |
|
More...
|
about 23 years ago
|
Finally get the RCX to work\! |
|
More...
|
about 23 years ago
|
First checked in. |
|
More...
|
about 23 years ago
|
Use a threshold instead of a precise value. Seems to work better. |
|
More...
|
about 23 years ago
|
Clean up some bogosity in the motor output code. |
|
More...
|
about 23 years ago
|