FreneticLLC / FreneticScript

The Frenetic Scripting Engine (dll)
MIT License
3 stars 1 forks source link

File management #12

Open mcmonkey4eva opened 8 years ago

mcmonkey4eva commented 8 years ago

Need to be able to interact with a limited subset of the file system. Specifically, files that are permitted through the outputter as script interaction files.

File managers needed:

All set/get for text/yaml should have a distinction between "get_object" and "get_raw" - object includes the object type automatically, raw always treats as plain text!

mcmonkey4eva commented 8 years ago

Should drop yaml in favor of fds

Morphan1 commented 8 years ago

What is fds

mcmonkey4eva commented 8 years ago

@Morphan1 https://github.com/FreneticXYZ/FreneticDataSyntax

Morphan1 commented 8 years ago

What's the point exactly? What does this do that YAML can't handle?

mcmonkey4eva commented 8 years ago

@Morphan1 it's 1000x less random bs code, more stable and trustworthy somehow too.

Morphan1 commented 8 years ago

Less random bs code? Can't you just... Write your own parser for it? I mean that's basically what you seem to be doing anyway, just using a different file extension and possibly removing some features altogether

mcmonkey4eva commented 8 years ago

I'm changing how it functions a bit.