Sciweavers

96 search results - page 4 / 20
» Using XML in a compiler course
Sort
View
SIGCSE
2008
ACM
146views Education» more  SIGCSE 2008»
13 years 8 months ago
Bantam: a customizable, java-based, classroom compiler
This paper introduces the Bantam Java compiler project, a new language and compiler designed specifically for the classroom. Bantam Java, the source programming language, is a sma...
Marc L. Corliss, E. Christopher Lewis
SIGCSE
1994
ACM
135views Education» more  SIGCSE 1994»
14 years 18 days ago
Understanding the bottom-up SLR parser
This paper describes an application of one of the t abstract concepts taught in a compiler construction course. It demonstrates how the techniques behind the bottom-up SLR parser ...
Sami Khuri, Jason Williams
SIGMOD
2006
ACM
94views Database» more  SIGMOD 2006»
14 years 8 months ago
Programming for XML
In this paper we propose a type-based framework for using logic programming for XML processing. We transform XML documents into terms and DTDs into regular types. We implemented a ...
Daniela Florescu, Donald Kossmann
SIGCSE
2006
ACM
362views Education» more  SIGCSE 2006»
14 years 2 months ago
Chirp on crickets: teaching compilers using an embedded robot controller
Traditionally, the topics of compiler construction and language processing have been taught as an elective course in Computer Science curricula. As such, students may graduate wit...
Li Xu, Fred G. Martin
CC
2005
Springer
123views System Software» more  CC 2005»
14 years 2 months ago
XML Goes Native: Run-Time Representations for Xtatic
Abstract. Xtatic is a lightweight extension of C offering native support for statically typed XML processing. XML trees are built-in values in Xtatic, and static analysis of the t...
Vladimir Gapeyev, Michael Y. Levin, Benjamin C. Pi...