Giter Site home page Giter Site logo

moligaloo / emperorc Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 140 KB

A toolkit (including library, GUI frond-end, and command-line tool) for parsing and analyzing C source code written in Lua scripting language.

Lua 93.38% C 6.37% Makefile 0.24%

emperorc's Introduction

EmperorC

Introduction

EmperorC is a toolkit (including library, GUI frond-end, and command-line tool) for parsing and analyzing C source code written in Lua scripting language.

The library's files are inside emperor_c directory, it depends two Lua libraries which are contained in the 3rd directory:

  • lpeg, a pattern matching library for Lua
  • dkjson, a lua json decoder/encoder.

The GUI front-end is named qinhuang, and the command-line script is called hanwu.lua, they are famous emperors in China's history.

Run from source

Run GUI front-end directly from source, this is based on love2d.

love qinhuang

Run command-line script

./hanwu.lua <action> <source>

Test

The source code comes with some built-in cases, it can be tested with busted. The following command will invoke busted to start testing.

make test

Build

GUI frond-end

Run following command will create a love archive called qinhuang.love in the current directory.

make qinhuang

You can run it directly by love executable of your system.

If you want to make it run indepently, i.e. make the .love archive to a distributable executable, just see Game Distribution of Love2d wiki.

Command line tool

Install related lua dependencies(lpeg & dkjson) and copy hanwu.lua to your $PATH.

Documentation

Working in process ...

emperorc's People

Contributors

moligaloo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lijiajun

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.