Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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