miniscript:一种小型脚本语言 源码
MiniScript语言 MiniScript是一种简单的可嵌入,功能性,动态类型,字节码解释的脚本语言,用C语言编写。它使用方法进行垃圾回收。 MiniScript在语法上类似于Ruby。 前端和表达式解析技术是使用及其出色的书籍作为参考的。 MiniScript的外观 ## Find and return the maximum value in the [list]. def get_max ( list ) ret = list [ 0 ] for i in 1 .. list . length ret = max ( ret , list [ i ] ) end return ret end ## Return a list where each element returns true with function [fn] and ## belongs
文件列表
miniscript-master.zip
(预估有个27文件)
miniscript-master
SConscript
583B
msConfigure.py
581B
test
main.c
2KB
clogger.h
8KB
SConstruct
7KB
include
miniscript.h
3KB
LICENSE
1KB
暂无评论