All Projects → OverMighty → I Use Arch Btw

OverMighty / I Use Arch Btw

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

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects
language
365 projects
c99
33 projects

Projects that are alternatives of or similar to I Use Arch Btw

dotfiles
My awesomewm dotfiles for awesome people! ✨
Stars: ✭ 1,764 (+563.16%)
Mutual labels:  archlinux, arch-linux
apple-bce-arch
Arch Linux package for the Apple BCE driver required for T2-equipped devices.
Stars: ✭ 24 (-90.98%)
Mutual labels:  archlinux, arch-linux
Machfiles
The dotfiles you see in all my videos
Stars: ✭ 347 (+30.45%)
Mutual labels:  archlinux, arch-linux
dotfiles
Dotfiles generator that allows quick configuration of different window managers in multiple OSs
Stars: ✭ 36 (-86.47%)
Mutual labels:  archlinux, arch-linux
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-91.35%)
Mutual labels:  archlinux, arch-linux
archbashstrap
Install/Bootstrap Arch Linux system without using pacman
Stars: ✭ 16 (-93.98%)
Mutual labels:  archlinux, arch-linux
arch-odroid
A simple script automatically installing Arch Linux for the ODROID.
Stars: ✭ 30 (-88.72%)
Mutual labels:  archlinux, arch-linux
A-Personal-Arch-Installation-Guide
A Personal Arch Installation Guide In Case of Amnesia
Stars: ✭ 58 (-78.2%)
Mutual labels:  archlinux, arch-linux
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-93.98%)
Mutual labels:  archlinux, arch-linux
archcheatsheet
The way of creating custom Arch dual-boot system without desktop environment with `no mouse` approach in mind.
Stars: ✭ 83 (-68.8%)
Mutual labels:  archlinux, arch-linux
Arch-Deployer
A script to bulk download an Arch Linux package with all its dependencies to be converted in AppImage.
Stars: ✭ 48 (-81.95%)
Mutual labels:  archlinux, arch-linux
lucjan-kernels
Dell Inspiron 15-3542 (3542-2538) with Fourth Gen Intel Core i3/i5/i7 optimized.
Stars: ✭ 16 (-93.98%)
Mutual labels:  archlinux, arch-linux
Arch
These are easy, in-depth instructions on how to install Arch Linux.
Stars: ✭ 16 (-93.98%)
Mutual labels:  archlinux, arch-linux
Lomiri-Arch
(ALPHA) PKGBUILDs for building Lomiri (former Unity8) for Arch GNU/Linux
Stars: ✭ 49 (-81.58%)
Mutual labels:  archlinux, arch-linux
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (-86.09%)
Mutual labels:  archlinux, arch-linux
pacman-for-termux
Special configured pacman for termux.
Stars: ✭ 24 (-90.98%)
Mutual labels:  archlinux, arch-linux
Calinix-Arch
CalinixOS Linux Distribution ISO Profiles
Stars: ✭ 42 (-84.21%)
Mutual labels:  archlinux, arch-linux
archdi-pkg
Arch Linux Desktop Installer Packages
Stars: ✭ 46 (-82.71%)
Mutual labels:  archlinux, arch-linux
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-81.58%)
Mutual labels:  archlinux, arch-linux
docsTermuxArch
docsTermuxArch https://termuxarch.github.io/docsTermuxArch/
Stars: ✭ 29 (-89.1%)
Mutual labels:  archlinux, arch-linux

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].