gopush

所属分类:人工智能/神经网络/深度学习
开发工具:GO
文件大小:264KB
下载次数:0
上传日期:2017-06-06 16:47:25
上 传 者sh-1993
说明:  Push 3.0编程语言的Go实现,这是一种为遗传编程设计的基于堆栈的语言
(Go implementation of the Push 3.0 programming language, a stack based language designed for genetic programming)

文件列表:
LICENSE (1061, 2017-06-07)
code.go (2229, 2017-06-07)
doc.go (1589, 2017-06-07)
doc_test.go (918, 2017-06-07)
gopush.go (8266, 2017-06-07)
gopush_test.go (5243, 2017-06-07)
options.go (11904, 2017-06-07)
options_test.go (2934, 2017-06-07)
parsing.go (1267, 2017-06-07)
randcode.go (1212, 2017-06-07)
stack.go (2734, 2017-06-07)
stack_boolean.go (3118, 2017-06-07)
stack_code.go (12603, 2017-06-07)
stack_exec.go (5498, 2017-06-07)
stack_float.go (5805, 2017-06-07)
stack_integer.go (5139, 2017-06-07)
stack_name.go (2271, 2017-06-07)
tests (0, 2017-06-07)
tests\boolean (0, 2017-06-07)
tests\boolean\and (0, 2017-06-07)
tests\boolean\and\false-false (0, 2017-06-07)
tests\boolean\and\false-false\1-setup.push (12, 2017-06-07)
tests\boolean\and\false-false\2-program.push (12, 2017-06-07)
tests\boolean\and\false-false\3-expected.push (6, 2017-06-07)
tests\boolean\and\false-true (0, 2017-06-07)
tests\boolean\and\false-true\1-setup.push (11, 2017-06-07)
tests\boolean\and\false-true\2-program.push (12, 2017-06-07)
tests\boolean\and\false-true\3-expected.push (6, 2017-06-07)
tests\boolean\and\insufficient-arguments (0, 2017-06-07)
tests\boolean\and\insufficient-arguments\1-setup.push (5, 2017-06-07)
tests\boolean\and\insufficient-arguments\2-program.push (12, 2017-06-07)
tests\boolean\and\insufficient-arguments\3-expected.push (5, 2017-06-07)
tests\boolean\and\true-false (0, 2017-06-07)
tests\boolean\and\true-false\1-setup.push (11, 2017-06-07)
tests\boolean\and\true-false\2-program.push (12, 2017-06-07)
tests\boolean\and\true-false\3-expected.push (6, 2017-06-07)
tests\boolean\and\true-true (0, 2017-06-07)
... ...

**Status**: This project is abandoned. I'm keeping it online because it may still prove to be useful for someone, but I will not address Issues or merge Pull requests. # gopush [![Coverage Status](https://coveralls.io/repos/DataWraith/gopush/badge.png?branch=master)](https://coveralls.io/r/DataWraith/gopush?branch=master) [![GoDoc](https://godoc.org/github.com/DataWraith/gopush?status.png)](https://godoc.org/github.com/DataWraith/gopush) `gopush` is an implementation of the [Push 3.0 programming language](http://faculty.hampshire.edu/lspector/push3-description.html) in Go.

近期下载者

相关文件


收藏者