Giter Site home page Giter Site logo

cl-meld's People

Contributors

flavioc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dsyang

cl-meld's Issues

no installation instructions

This is from the vm repo, but it should be here in readme or install.md or something like that:

 Compiler instructions

;; First and foremost, install sbcl using the operating systems facilities
;; On my mac, I use brew install sbcl.

;; Now let's install all the required sbcl packages, load sbcl by typing:
$ sbcl

;; Type the following instructions into SBCL, one by one:

(require 'asdf)
(require 'asdf-install)
(asdf-install:install :cl-ppcre)
(asdf-install:install :cl-yacc)
(asdf-install:install :cl-lex)
(asdf-install:install :arnesi)
(asdf-install:install :alexandria)
(asdf-install:install :flexi-streams)

;; For every asdf-install:install you may choose to install system-wide or just for the current user
;; I recommend selecting user installation

;; If gpg authentication is required then press 0 to skip
;; If "Component xxx not found" just select 0: reinitialize source registry and retry

;; We also need to install ieee-floats, but asdf-install fails to do this...
;; We need to do this by hand:
$ cd ~/.sbcl/site
$ git clone https://github.com/marijnh/ieee-floats.git
$ ln -sf $HOME/.sbcl/site/ieee-floats/ieee-floats.asd ~/.sbcl/systems/

;; Now it's time to download cl-meld:
$ cd ~
$ git clone https://github.com/flavioc/cl-meld.git

;; Before you can load up the compiler, you need to patch CL-Yacc so that it supports comments in the source code:

$ cd ~/.sbcl/site/cl-yacc-0.3
$ patch -p0 < ~/cl-meld/yacc-comments.patch
$ cd ~/cl-meld
$ sbcl

;; Type in: (load "load") and you'll see several messages (it's just sbcl compiling and loading everything)
;; To compile a file, just do this:
(cl-meld:meld-compile "path-to-file.meld" "path-to-output-file")

;; If everything went ok you should see "All done. T"

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.