Skip to content
/ cNARS Public
forked from bowen-xu/cNARS

C/C++ implementation of NARS (Non-Axiomatic-Reasoning-System)

License

Notifications You must be signed in to change notification settings

AIxer/cNARS

 
 

Repository files navigation

cNARS

C/C++ implementation of NARS (Non-Axiomatic-Reasoning-System)

TODOS

  • Precedence when parsing infix compound expression. ("&" > "|" > "&|" > "&/" > "&&" > "||" > "*")

Supplementary

To detect memory leaks, run

leaks --atExit -- <program-path, e.g. `./main`>

About

C/C++ implementation of NARS (Non-Axiomatic-Reasoning-System)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%