Skip to content

naveensundarg/Eng-DCEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • SBCL or Lispworks
  • Quicklisp
  • GF

Eng-DCEC

DCEC.gf is the core abstract syntax. DCECExt.gf is an extension of the core abstract syntax with some verbs and agents. Eng.gf is the core concrete syntax, and EngExt.gf is the concrete syntax extended.


Setting up the web interface

  • Download or clone the repository

  • Spin up the GF server:

cd Eng-DCEC/gf
gf -make EngExt.gf
gf -server --document-root=.
  • Spin up the Lisp server (for the interactive parser's web interface and for transform from simple abstract GF into concrete DCEC*).
(load "path-to/loader.lisp")
(ENG-DCEC:start-www)

(For your interface to be accessed remotely, edit *gf-server-url* in configs.lisp to point to where the GF server is running. )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published