Git clone of the main Soar repository at https://code.google.com/p/soar/
Stars
12
Forks
7
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Added code to delete replaced content instead of leaking the WME
d5f0404View on GitHubupdated gcc_version for new XCode update (compiler identifies as LLVM)
0e5807cView on GitHubFixed display bug when sourcing a soar file in which a soar command is issued immediately after a production is loaded in that same file. Previously, Soar would not print a linefeed after the production's '*' or '#'. Tokenizer will know compare the current command parsed with the last one. If the last one was an "sp" and the current one is not, it will insert an echo command in between the two. (tokenizer did not have easy access to CLI output, so I had to do it that way.) Previous fix in last big check-in remains. That one added a linefeed, but only after the whole file was sourced.
e0a8cd1View on GitHubPrevent linking to python2x_d.lib in windows debug build
7c7726aView on GitHub