Code Monkey home page Code Monkey logo

nnc's Introduction

Not Named Compiler

Compiler that generates bad but working x86_64 Intel assembly.
Does not uses any auto tools or ready-to-use virtual machines.
Done by hand.

Dependencies

This compiler only supported on Linux and requires
GNU Linker (ld) and GNU Assembler (as) to be present.
If you want to run auto tests, you'll also need python interpreter.

How to build

You can easily build this with CMake, see how:

git clone https://github.com/almeswe/nnc.git
mkdir nnc/src/build && cd nnc/src/build
as --64 ../nnc_rt.s -o rt.o
cmake .. && make -j

You can also select build version (Debug or Release) in CMakeLists.txt file.

SET(CMAKE_BUILD_TYPE ???)

If it is not specified, you'll build Release version.

Make sure it works

Current version of this project uses automated black-box tests located at ./py_test.
These tests ensure general correctness of the generation, and represent robust way to test compilers. (based on this).
You can run these tests using following command from .../nnc/py_test folder:

python nnc_gen_test.py tests

Don't waste your time on ./tests.

Play around

See working examples at ./examples.
I left build instructions inside each project's folder (or separate file).

Future goals

Are you interested in this project? See in what i'm currently dived in.

License

Project is published under MIT License.

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.