Giter VIP home page Giter VIP logo

lucid's Issues

Core models

  • Project
    • Name
    • CreationOn
    • Author
    • Resources - Files/Folders/Libs
      Stored in file system under .data folder utilized by Lucid.
      Project manager allows for opening, deleting

  • File
    • Content
    • Owner
      File manager allows for opening, deleting, renaming, saving, files. Underlying implementation utilizes gap buffer data structure for higher performance

  • Code Compilation Unit
    • Builder for code
    • Support build/execution
    • Provide results output/status success or failure
      Main code compiling/building unit for the project

  • Terminal
    • Shows every build output
    • Shows current statistics about the file
      Build output gateway

File Statistics

Current line number
Column number
Total number of keywords
etc

Project compilation functionality

@ChangHS create a code compilation unit class. Idea is you take in a directory location as an input than expect a main.java file in the directory. Search for how to compile java programs from with in a program. Idea is you find all your dependencies jar files and the files on the root folder and run something like this:
javac main.java --include file1.java file2.java --dependencies ./libs/dep1.jar ./libs/dep2.jar

Note: This is just a rough picture I'm drawing actual command that you run may be run but the idea is same.

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.