Coder Social home page Coder Social logo

console-tree-language's Introduction

Console tree language support

Features

Adds support for the simple language of console tree, including folding support.

Examples

Here are two small examples of console tree syntax: (These are the class inheritance hierarchy for all descendants of the class in the first line!)

Stream (System.IO) #
├── BufferedStream (System.IO) $
├── BrotliStream (System.IO.Compression) $
├── DeflateStream (System.IO.Compression)
├── GZipStream (System.IO.Compression)
├── ZLibStream (System.IO.Compression) $
├── FileStream (System.IO)
│   └── IsolatedStorageFileStream (System.IO.IsolatedStorage)
├── MemoryStream (System.IO)
├── PipeStream (System.IO.Pipes) #
│   ├── AnonymousPipeClientStream (System.IO.Pipes) $
│   ├── AnonymousPipeServerStream (System.IO.Pipes) $
│   ├── NamedPipeClientStream (System.IO.Pipes) $
│   └── NamedPipeServerStream (System.IO.Pipes) $
├── UnmanagedMemoryStream (System.IO)
│   └── MemoryMappedViewStream (System.IO.MemoryMappedFiles) $
├── QuicStream (System.Net.Quic) $
├── AuthenticatedStream (System.Net.Security) #
│   ├── NegotiateStream (System.Net.Security)
│   └── SslStream (System.Net.Security)
├── NetworkStream (System.Net.Sockets)
└── CryptoStream (System.Security.Cryptography)
MemberInfo (System.Reflection) #
├── EventInfo (System.Reflection) #
│   └── ComAwareEventInfo (System.Runtime.InteropServices)
├── FieldInfo (System.Reflection) #
│   └── FieldBuilder (System.Reflection.Emit) $
├── MethodBase (System.Reflection) #
│   ├── ConstructorInfo (System.Reflection) #
│   │   └── ConstructorBuilder (System.Reflection.Emit) $
│   ├── MethodInfo (System.Reflection) #
│   │   ├── DynamicMethod (System.Reflection.Emit) $
│   └   └── MethodBuilder (System.Reflection.Emit) $
├── PropertyInfo (System.Reflection) #
│   └── PropertyBuilder (System.Reflection.Emit) $
├── Type (System) #
│   ├── TypeInfo (System.Reflection) #
│   │   ├── EnumBuilder (System.Reflection.Emit) $
│   │   ├── GenericTypeParameterBuilder (System.Reflection.Emit) $
│   │   ├── TypeBuilder (System.Reflection.Emit) $
└   └   └── TypeDelegator (System.Reflection)

Release Notes

See the change log.

console-tree-language's People

Contributors

shayan-to avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.