Code Monkey home page Code Monkey logo

watagashi-buildsystem's People

Contributors

tositeru avatar

Watchers

 avatar  avatar

watagashi-buildsystem's Issues

Create new config file syntax

現在の設定ファイルはネストが深く、区切子が多いため読みづらく書きづらい。
その欠点を解消するため、以下のように変更する

It is hard to read and write current configuration file for deep nest and many Punctuators.
Therefore I change config file syntax below.

##
  enable multiple line comment! ## ~ ##
  [Project] or [Directory] is Object type.
  ${var1} is reference for 'var1'.
  New configuration file adoption off-side rule like Python.
##
var1 is juice
watagashi is [Project]
  # enable one line comment
  version is 1
  type is exe
  compiler is clang++
  targets are
    main.cpp,
    A.cpp,
    [Directory]
      path is src
      extensions are cpp, c
      ignores are main.c, @json11/test
  compileOptions are
    -O2,
    -std=c++17
  outputName is watagashi
  outputPath is output
  intermediatePath is intermediate
  ## enable multiple line string
  preprocess is echo Apple ${var1}
    echo Orange ${var1}
    echo Grape ${var1}

##
  debug project
  enable to copy from other project!
  enable to overwrite item of other project!
##
watagashi_debug copy watagashi
  compileOptions are -Od, -std=c++17
  outputName is watagashi_d

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.