Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added LPS #28

Merged
merged 2 commits into from
Jan 6, 2019
Merged

added LPS #28

merged 2 commits into from
Jan 6, 2019

Conversation

sazare
Copy link
Owner

@sazare sazare commented Jan 6, 2019

I made CORE mutable, but not changed other parts.
LPS is a program synthesis based on simpleprover.
factorial and fibonacci functions are generated with it.

sazare added 2 commits January 4, 2019 00:15
	modified:   newcore.jl
LPS is Logical Program Systhesis.
The details are docs/about_lps.txt
and added sample spec for factorial, fibonacci function.

bugfix: when inside(symbol, a) failed when a is symbol or number.
        added method with a::Symbol, a::Number.

	new file:   about_lps.txt
	new file:   ../loadlps.jl
	new file:   ../lps.jl
	modified:   ../reso.jl
	new file:   ../spec/fact.spec
	new file:   ../spec/fibo.spec
	new file:   ../spec/runspec.jl
	modified:   ../utils.jl
@sazare sazare merged commit 9fe25ad into master Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant