1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix lexer to recognize `+' or `-' in front of integer constants.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... about 23 years ago
Add note about pulling batteries.
Chris Waterson
as waterson
More... about 23 years ago
Add --without-rete-create flag to recommended RCX config options.
Chris Waterson
as waterson
More... about 23 years ago
Be more consistent about using square brackets with identifiers.
Chris Waterson
as waterson
More... about 23 years ago
Fix typo, add init-soar.
Chris Waterson
as waterson
More... about 23 years ago
Credit where credit is due\!
Chris Waterson
as waterson
More... about 23 years ago
Take a first crack at implementing `dot attribute' notation.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... about 23 years ago
Use hand-rolled bit masks instead of bit fields to cut compiled code size by about half on H8.
Chris Waterson
as waterson
More... about 23 years ago
Rename `lego' to `legosoar'.
Chris Waterson
as waterson
More... about 23 years ago
Move .soar files to `tests'.
Chris Waterson
as waterson
More... about 23 years ago
Implement active sensors.
Chris Waterson
as waterson
More... about 23 years ago
First checked in.
Chris Waterson
as waterson
More... about 23 years ago
Tidy up, add comments.
Chris Waterson
as waterson
More... about 23 years ago
Tidy up, add comments and credit.
Chris Waterson
as waterson
More... about 23 years ago
Tidy up, add comments.
Chris Waterson
as waterson
More... about 23 years ago
Add license block.
Chris Waterson
as waterson
More... about 23 years ago
Run loop.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... about 23 years ago
First checked in.
Chris Waterson
as waterson
More... about 23 years ago
Tidy up and add comments.
Chris Waterson
as waterson
More... about 23 years ago
Convert symbol_t and variable_binding_t to raw unsigned.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... about 23 years ago
Make `dump-rete' show the RHS for production nodes.
Chris Waterson
as waterson
More... about 23 years ago
Typedef symbol_t to an unsigned, to avoid problems with compiler bitfield order.
Chris Waterson
as waterson
More... about 23 years ago
Finally get the RCX to work\!
Chris Waterson
as waterson
More... about 23 years ago
First checked in.
Chris Waterson
as waterson
More... about 23 years ago
Use a threshold instead of a precise value. Seems to work better.
Chris Waterson
as waterson
More... about 23 years ago
Clean up some bogosity in the motor output code.
Chris Waterson
as waterson
More... about 23 years ago