Examples of Shells and Dynamic Extensions

 
  There are also some examples made in a subset of Green: 

ex1.s translated to ex1.c 

ex2.s translated to ex2.c 

ex3.s translated to ex3.c 

ex4.s translated to ex4.c 

ex5.s translated to ex5.c 

ex6.s translated to ex6.c 

ex7.s translated to ex7.c 

ex8.s translated to ex8.c 

ex9.s translated to ex9.c 

ex10.s translated to ex10.c 

ex11.s translated to ex11.c 

ex12.s translated to ex12.c 

You can get some files related to shells: 

To compile an example, say ex10.c using Borland C++, create a project with the files shell.cpp, dict2.cpp, and ex10.c. 

To compile an example in the gcc compiler, get some files and then type 

g++ -I. ex.c shell.cpp dict2.cpp 

where ex.c is the example name. 
 

Return