Coder Social home page Coder Social logo

compile-time-urdf-parser's Introduction

BuildIt DSL Template

This is a template repository for creating a DSL with BuildIt. The repository has BuildIt as a submodule and the appropriate Makefiles to compile the DSL.

Follow the following steps to create a new DSL repo -

  1. Click "Use this template" to create a new repo with the template files

  2. Clone the created repo with the recursive flag -

    git clone --recursive <remote url for your new repo>

  3. Update BuildIt version if not up to date by navigating to deps/buildit and running git pull

  4. Edit Makefile to set the LIBRARY_NAME variable. The library for your DSL will be created with the name lib.a

  5. Edit the files under include/ and src/ to implement your DSL.

  6. Working samples can be added under samples/ which will be compiled and linked appropriately.

  7. The build system takes a single make variable DEBUG=0 or DEBUG=1 and recompiles BuildIt appropriately if needed. This variable can either be added at the command line as make DEBUG=1 or can be added to a file named Makefile.inc in the top level directory.

This template does not contain a LICENSE file. BuildIt is available under the MIT License and is our recommendation for your DSL.

compile-time-urdf-parser's People

Contributors

radhikag avatar

Watchers

 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.