Download List

项目描述

Treep is a simple language for doing symbolical computations. It operates on numbers and strings that can be organized in more complex objects. These objects are lists of name-value pairs that are stored in memory as AVL trees. It has about sixty built-in functions to operate on such data and a way to define new functions. Treep syntax very much resembles Lisp. The power of treep is its simplicity and security.

Treep is a good tool do process objects and relations between them. For example it is possible to define graphs as a sets of vertices and edges in text file, parse that file, do any computations you like, write modified data to text file. Treep works well on graphs, trees, linked lists, simple hashes. Treep is not good at processing texts, dealing with system input/output.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-01 01:53 Back to release list
2011-09 with date/time ISO 8601 handling

此版本添加了时间处理的三项职能: 时间 (时代以来的秒数),巴苏 (YYYY MM DD HH:MM:SS 文本表示形式) 帕尔斯 (来分析文本字符串中的日期)。在库中,它将添加一个函数"象"的各种格式的测试文本。
标签: Production
This release adds three functions for time handling: time (number of seconds since Epoch), repr (YYYY-MM-DD HH:MM:SS text representation), pars (to parse dates from text strings). In the library, it adds one function "like" which tests text for various formats.

Project Resources