Code Monkey home page Code Monkey logo

c-asic's Introduction

C#ASIC

C#ASIC (had to remove the # from title because of GitHub) is a program where you can write and run code in a BASIC-like programming language (fittingly) named C#ASIC (pronounced CBASIC).

How it works

C#ASIC is not a real language, it is written all in software to point to standard C# functions (hence the name C#ASIC). C#ASIC will halt if it finds a command that is not programmed in yet. C#ASIC works almost excatly like my other CLI program, .OS, but has some changes.

How to install

Windows

Download the executable from the latest release, then move it to C:\Windows.

Linux/Mac OS X

Download the UNIX executable (without the .exe part) to a place in the UNIX path that is not protected by the system, like /usr/bin or /usr/local/bin. Or, just create a folder, move the cb executable to that folder then add it to path.

How to compile

Windows

First, install WSL and Ubuntu. Then, Install Mono and Git by typing sudo apt install mono-complete git. Clone the repo using git clone https://github.com/Marko2155/C-ASIC.git. Now, cd into the C#ASIC folder. Type mcs cb.cs. However it will produce a .exe. You can either install Wine or do mono cb.exe. (it's best to put the last two commands into a bash script for easy compiling and running.

Linux

Install Mono and Git by typing sudo apt install mono-complete git. Clone the repo using git clone https://github.com/Marko2155/C-ASIC.git. Now, cd into the C#ASIC folder. Type mcs cb.cs. Type mkbundle -o cb --cross default cb.exe. If mkbundle isn't installed, find out how to install it.

Mac OS X

Install Mono and Git by typing brew install mono and brew install git. Clone the repo using git clone https://github.com/Marko2155/C-ASIC.git. Now, cd into the C#ASIC folder. Type mcs cb.cs. Type mkbundle -o cb --cross default cb.exe. If mkbundle isn't installed, find out how to install it.

Documentation

https://github.com/Marko2155/C-ASIC/wiki

c-asic's People

Contributors

marko2155 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.