Difference between revisions of "Main Page"

From eplmediawiki
Jump to: navigation, search
(Categories)
(Categories)
Line 20: Line 20:
 
   \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}
 
   \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}
 
  </tex>
 
  </tex>
 +
 +
<syntaxhighlight lang="php">
 +
<?php
 +
    $v = "string";    // sample initialization
 +
?>
 +
html text
 +
<?
 +
    echo $v;        // end of php code
 +
?>
 +
</syntaxhighlight>
  
 
== Map of Concepts ==
 
== Map of Concepts ==

Revision as of 01:33, 5 December 2012

It is our purpose to provide theoretical and practical support to those who want to design and process formal (programming or domain specific) languages. So we gathered in this page information about language/grammars and tools (compiler generators), as well as definitions for the basic concepts in compilers area; also information about Virtual Machines (that are becoming now and more important as the compilers target) is available.

Categories

File:Button bc.png     File:Button lg.jpeg

File:Button cg.jpeg     File:Button vm.jpeg

File:Button t.jpeg     File:Button u.jpeg


LaTeX: 
 \operatorname{erfc}(x) =
 \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt =
 \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}

<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>

Map of Concepts

Personal tools
Namespaces

Variants
Actions
Navigation
extras
Toolbox