Skip to content

denischanc/cmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

399 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMAP

Build

This project introduce natively map, list into c. It defines cmap language related to javascript, nodejs.

How to install version x.y.z

tar xf cmap-x.y.z.tar.xz
cd cmap-x.y.z
./configure --prefix=/cmap/install/dir
make
make install

Quick start

/cmap/install/dir/bin/cmap-tool prj hello-world
cd hello-world
make
export LD_LIBRARY_PATH=/cmap/install/dir/lib:$LD_LIBRARY_PATH
./hello-world yourname 5
  • have a look to hello-world.cmap
  • Makefile allow to build hello-world : make, clean project : make clean

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors