Giter Club home page Giter Club logo

i-use-arch-btw's Introduction

I use Arch btw

"I use Arch btw" but it's a Turing-complete programming language.

Example programs | Language specification | Virtual machine specification

Introduction

"I use Arch btw" is an esoteric programming language based on Brainfuck in which the Brainfuck commands have been replaced with the following keywords:

i, use, arch, linux, btw, by, the, way.

This repository contains the source code for an "I use Arch btw" C/C++ library and command-line interpreter, both written in C99.

Installation

On Unix-like systems, the Makefiles included in this repository can be used to build and install both the library and the interpreter:

Note: By default, built libraries are installed to /usr/local/lib, library headers are installed to /usr/local/include, and built executables are installed to /usr/local/bin.

$ make
$ sudo make install

The common DESTDIR and PREFIX Make flags are supported.

To uninstall the library and the interpreter:

$ sudo make uninstall

Usage

To interpret a file containing "I use Arch btw" source code:

$ i-use-arch-btw path/to/file.archbtw

Type this command to get the command-line interpreter's help message:

$ i-use-arch-btw -h

Building

Dependencies

  • libiuab: C/C++ library
    • C99 standard library
  • i-use-arch-btw: command-line interpreter
    • C99 standard library
    • libiuab
    • unistd.h for getopt() and optind
    • time.h for clock_gettime(), CLOCK_MONOTONIC and struct timespec

Makefiles

You can use the global Makefile at the root of this repository to build everything:

$ make

To build everything but for debugging (generate debugging symbols):

$ make DEBUG=1

All build files/artifacts will be located in the build directory specified by the BUILDDIR Make variable, which is set to build by default.

To delete build files/artifacts:

$ make clean

License

This project is licensed under the MIT license.

i-use-arch-btw's People

Contributors

averne avatar overmighty avatar queenpew avatar slonkazoid 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.