Giter Club home page Giter Club logo

njnr's Introduction

njnr

A Compiler for a new Programming Language njnr that will compile down to c

Discord GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub branch check runs GitHub tag status GitHub tag check runs

To build:

Update Automake files

./autogen.sh

If you don't want to build in the top source directory, do something similar to this

Example: using <top_src_dir>/build/ as build directory:

mkdir build
cd build

To choose a different install directory than the default, add the cmd-line option --prefix= to your "configure", otherwise don't add that cmd-line option.

<top_source_dir>/configure --prefix=<install_dir>

Example: using <top_src_dir>/build/ as build directory:

../configure --prefix=/home/myhome/
make

Otherwise, if you DO want to build in the top source directory... To choose a different install directory than the default, add this to your "./configure", otherwise don't add that option.

./configure --prefix=<install_dir>
make

Example: using the default install directory, ie no --prefix= cmd-line option

./configure
make

To Install:

make install

njnr's People

Contributors

nicebub avatar clydefrog04 avatar

Stargazers

 avatar

njnr's Issues

Add Files To .gitignore

We need to define what all files should be ignored and NOT commited to the repo. Once that is done, we need to add them to the .gitignore. Once we have done that, we need to untrack and remove them from the main branch!

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.