Giter VIP home page Giter VIP logo

xmake's Introduction

Xmake

Xmake is an alternative to Make

Example

//this is a comment it will be ignored
$main
echo this is a command
$other_function
!EXIT
$another_function
!PAUSE

Syntax

Functions

To define a function use a $ sign to define a function like this

$Function_1
Code goes here for function 1
$Function_2
Code goes here for function 2

Commands

Anything that has no !,// or $ is a command that is sent to the OS

! Commands

An ! is a command that is sent to Xmake

!PAUSE

This will pause the Xmake script untill a enter key is pressed

!EXIT

This stops the program

Comments

A comment is made by adding // to the start of the line

//This is a comment
This is not a comment

Compiling

Compile for windows

To Compile you need Visual Studio 2022

Now open the installer and check Desktop development with C++

Now open the Visual Studo command prompt

Now check if cl is installed

Now clone this repo https://github.com/awesomelewis2007/Xmake. Now change diectory over to the Xmake folder

To compile run cl Xmake.cpp function.cpp

To run the compiled app run ./Xmake.exe

Compile for linux

To compile for linux you need g++

to install g++ run

audo apt update
sudo apt install build-essential
sudo apt install g++

to compile run g++ Xmake.cpp function.cpp

xmake's People

Contributors

0x4248 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.