Tuesday, June 24, 2008

Introduction

"This blog is dedicated to our ICS 40, a course that covers the design and implementation of high-level programming language translators and compilers."

Compiler Principles™ @ half-males.blospot.com is owned and maintained by the 4J Addicts
.

4J Addicts are made of:


Joshua Mario A. Bacal


J
ethro Neil S. Cutamora


J
effrey T. Sy


J
ames Andrew S. Young

3 comments:

T22Gaming said...

waaaa.. ka half males ba sad oi...

camilleXang said...

abi naku half-males jud...
hahaha...half raman sa ila ang taga-half-males...wahaha

Tonkata said...

"c.) What language is generated by this grammar? Justify your answer.
Supposing a is an identifier for a numeric value, then the grammar generates a language which is composed of all possible arithmetic combinations of a using the operations + and * and postfix notation. "

This is right but it's not the right answer. Here you should write a RegExp that describes the language. For example if we have a grammar like S - > b|epsilon, the language is L = { b* }.
Unfortunately I can't find the RegExp for grammar in this exercise :(