Skip to content

himanshugoel2797/KDB-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge DataBase (KDB)

An object oriented knowledge representation system.

Example:

object Human:
	var(property) Alive
	var(property) Mortal

object John is [Human]:
	var(string) Name = "John Down"
	var(property) Code

Interpretation:

John is a human whose name is John Down and he can code. Like all humans, John is alive and is mortal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages