项目作者: Daraan

项目描述 :
Parser for .txt and .csv like files for the Squirrel language
高级语言: Squirrel
项目地址: git://github.com/Daraan/SquirrelFileParser.git
创建时间: 2021-01-17T18:58:41Z
项目社区:https://github.com/Daraan/SquirrelFileParser

开源协议:GNU General Public License v3.0

下载


SquirrelFileParser Standalone v0.1

Read only parser for .txt and .csv like files for the Squirrel language. With various functions to access and extract data.

This is an extraction of one of my scripts from https://github.com/Daraan/Dark-Squirrel-Scripts which works as standalone for the Squirrel language.

Currently there are still three locations which reference a non standard API.

dblob.open can not be used.
dCSV.open if the given file path is invalid.
dfile.constructor if the given file path is invalid. But solved by a try…catch

Feel free to use the contents of this repistory in any way you like.

Improvements especially to the CSV parser are greatly appreciated.