GitXplorerGitXplorer
D

SquirrelFileParser

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d88bfee56a1b1e197d0c44997d2e5f528e769f41

Delete DScript File&Blob Core.nut

DDaraan committed 4 years ago
Verified
ed5e7b2f5a519b7cb5864de8677359ad75e7fb4e

Create DFileParser.nut

DDaraan committed 4 years ago
Verified
7aa98a8a6331c5ab44dce40390468f95a50d07d4

Add files via upload

DDaraan committed 4 years ago
Verified
cdcf969d44002166fc22a86611c9d1a35b5e5b9d

Update README.md

DDaraan committed 4 years ago
Verified
49452659c500137596215afe65a9015caf03304e

Update README.md

DDaraan committed 4 years ago
Verified
c24e2c8b887dca6d3d94a370447d4ee656b92001

Initial commit

DDaraan committed 4 years ago

README

The README file for this repository.

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.