Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaccconstructor/yc.utils.sourcetext
Helpers for source code basic manipulation.
https://github.com/yaccconstructor/yc.utils.sourcetext
Last synced: about 1 month ago
JSON representation
Helpers for source code basic manipulation.
- Host: GitHub
- URL: https://github.com/yaccconstructor/yc.utils.sourcetext
- Owner: YaccConstructor
- License: apache-2.0
- Created: 2013-12-08T20:11:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T07:01:13.000Z (over 8 years ago)
- Last Synced: 2024-11-03T06:11:44.679Z (about 2 months ago)
- Language: F#
- Homepage: http://yaccconstructor.github.io/YC.Utils.SourceText/
- Size: 726 KB
- Stars: 1
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Issue Stats](http://issuestats.com/github/YaccConstructor/YC.Utils.SourceText/badge/issue)](http://issuestats.com/github/YaccConstructor/YC.Utils.SourceText)
[![Issue Stats](http://issuestats.com/github/YaccConstructor/YC.Utils.SourceText/badge/pr)](http://issuestats.com/github/YaccConstructor/YC.Utils.SourceText)# YC.Utils.SourceText [![NuGet Status](http://img.shields.io/nuget/v/YC.Utils.SourceText.svg?style=flat)](https://www.nuget.org/packages/YC.Utils.SourceText/)
Utils.Source Text is a module that allows you to store coordinates of different parts of code on the usefull way.
Due to this module you can increase the runtime of your lexical analyzer programm and reduce the use of random access memory.In order to build run
> build.cmd // on windows
$ ./build.sh // on unix## Build Status
Mono | .NET
---- | ----
[![Mono CI Build Status](https://img.shields.io/travis/YaccConstructor/YC.Utils.SourceText/master.svg)](https://travis-ci.org/YaccConstructor/YC.Utils.SourceText) | [![.NET Build Status](https://img.shields.io/appveyor/ci/gsvgit/yc-utils-sourcetext/master.svg)](https://ci.appveyor.com/project/gsvgit/yc-utils-sourcetext)## Maintainer(s)
- [@gsvgit](https://github.com/gsvgit)
[Main project]:https://code.google.com/p/recursive-ascent
[Utils.SourceText documentation]:https://code.google.com/p/recursive-ascent/wiki/Source_Text_Utils
[Utils.SourceText on NuGet]:http://nuget.org/packages/YC.Utils.SourceText